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:
parent
24f9354d5b
commit
312d76acba
1 changed files with 4 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue