mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Suppress uniquify for doom-buffer
This commit is contained in:
@ -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 ()
|
||||
|
Reference in New Issue
Block a user