General cleanup + refactor
This commit is contained in:
parent
12e786db9a
commit
8c9269c9a2
4 changed files with 9 additions and 6 deletions
|
@ -71,8 +71,7 @@
|
|||
(defun doom|dont-kill-scratch-buffer ()
|
||||
(if (not (eq (buffer-name) "*scratch*"))
|
||||
t
|
||||
(bury-buffer)
|
||||
nil))
|
||||
(ignore (bury-buffer))))
|
||||
(add-hook 'kill-buffer-query-functions 'doom|dont-kill-scratch-buffer)
|
||||
|
||||
;; enabled by default in Emacs 25+. No thanks.
|
||||
|
|
|
@ -99,8 +99,10 @@ see if NAME should be activated.
|
|||
|
||||
:modes MODES -- if buffers are derived from MODES (one or a list of symbols).
|
||||
|
||||
:files FILES -- if project contains FILES (relative to project root); takes a
|
||||
solitary string or a form comprised of (and ...) and/or (or ...) forms.
|
||||
:files FILES -- if project contains FILES; takes a solitary string or a form
|
||||
comprised of (and ...) and/or (or ...) forms. Each path is relative to the
|
||||
project root, however, if prefixed with a '.' or '..', it is relative to the
|
||||
current buffer.
|
||||
|
||||
:match REGEXP -- if file name matches REGEXP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue