diff --git a/core/core-scratch.el b/core/core-scratch.el index 7f62b739c..85594b15a 100644 --- a/core/core-scratch.el +++ b/core/core-scratch.el @@ -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 ()