Added *.log to regex, disabled loading of cl.
This commit is contained in:
parent
bfaba9a4af
commit
7a9b4b8a90
8
init.el
8
init.el
|
@ -80,8 +80,8 @@
|
|||
;; kept-old-versions 2
|
||||
version-control t)
|
||||
|
||||
;; Needed for do-all-symbols
|
||||
(use-package cl)
|
||||
;; ;; Needed for do-all-symbols
|
||||
;; (use-package cl)
|
||||
|
||||
;; Personal information
|
||||
(setq user-login-name "tastytea"
|
||||
|
@ -117,8 +117,8 @@
|
|||
clean-buffer-list-delay-special (* 30 60) ; Clean special bufs after 30m
|
||||
clean-buffer-list-kill-regexps ; Add these to special buffers
|
||||
(nconc clean-buffer-list-kill-regexps
|
||||
'("\\`magit-?.*: .+\\'"))))
|
||||
(setq midnight-period 600)
|
||||
'("\\`magit-?.*:"
|
||||
"\\.log\\'"))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;; Keybindings ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Scroll in other window
|
||||
|
|
Loading…
Reference in New Issue
Block a user