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
|
;; kept-old-versions 2
|
||||||
version-control t)
|
version-control t)
|
||||||
|
|
||||||
;; Needed for do-all-symbols
|
;; ;; Needed for do-all-symbols
|
||||||
(use-package cl)
|
;; (use-package cl)
|
||||||
|
|
||||||
;; Personal information
|
;; Personal information
|
||||||
(setq user-login-name "tastytea"
|
(setq user-login-name "tastytea"
|
||||||
|
@ -117,8 +117,8 @@
|
||||||
clean-buffer-list-delay-special (* 30 60) ; Clean special bufs after 30m
|
clean-buffer-list-delay-special (* 30 60) ; Clean special bufs after 30m
|
||||||
clean-buffer-list-kill-regexps ; Add these to special buffers
|
clean-buffer-list-kill-regexps ; Add these to special buffers
|
||||||
(nconc clean-buffer-list-kill-regexps
|
(nconc clean-buffer-list-kill-regexps
|
||||||
'("\\`magit-?.*: .+\\'"))))
|
'("\\`magit-?.*:"
|
||||||
(setq midnight-period 600)
|
"\\.log\\'"))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;; Keybindings ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Keybindings ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Scroll in other window
|
;; Scroll in other window
|
||||||
|
|
Loading…
Reference in New Issue
Block a user