Suppress uniquify for doom-buffer
This commit is contained in:
parent
391d392dce
commit
6d206fbe28
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
(add-hook! 'kill-buffer-query-functions
|
||||
(not (string= doom-buffer-name (buffer-name))))
|
||||
|
||||
(after! uniquify
|
||||
(push (regexp-quote doom-buffer-name) uniquify-ignore-buffers-re))
|
||||
|
||||
(add-hook! emacs-startup 'doom-mode-startup)
|
||||
|
||||
(defun doom-mode-startup ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue