Fix #4: stop uniquify from throwing errors
This commit is contained in:
parent
51bc103997
commit
7763f7aa8c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
(not (eq doom-buffer (current-buffer))))
|
(not (eq doom-buffer (current-buffer))))
|
||||||
|
|
||||||
(after! uniquify
|
(after! uniquify
|
||||||
(push (regexp-quote doom-buffer-name) uniquify-ignore-buffers-re))
|
(setq uniquify-ignore-buffers-re (regexp-quote doom-buffer-name)))
|
||||||
|
|
||||||
(add-hook! emacs-startup 'doom-mode-init)
|
(add-hook! emacs-startup 'doom-mode-init)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue