feat(tazjin/emacs): Enable midnight.el

Change-Id: I22bedd80c6e99ccefefa7840ec37496360937842
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2137
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2020-11-23 00:21:22 +01:00 committed by tazjin
parent 24f9354d5b
commit 312d76acba

View file

@ -6,7 +6,6 @@
(require 'use-package)
(require 'seq)
;; TODO(tazjin): Figure out what's up with vc.
;;
;; Leaving vc enabled breaks all find-file operations with messages
@ -257,6 +256,10 @@
(use-package web-mode)
(use-package yaml-mode)
;; Initialise midnight.el, which by default automatically cleans up
;; unused buffers at midnight.
(require 'midnight)
(defgroup tazjin nil
"Settings related to my configuration")