Added *.log to regex, disabled loading of cl.

This commit is contained in:
tastytea 2019-03-21 03:44:12 +01:00
parent bfaba9a4af
commit 7a9b4b8a90
1 changed files with 4 additions and 4 deletions

View File

@ -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