Fix incorrect uses of add-to-list
This commit is contained in:
parent
b84946318c
commit
3b85720c9c
6 changed files with 6 additions and 6 deletions
|
@ -11,4 +11,4 @@
|
|||
;; Consider term buffers real
|
||||
(defun +term-p (buf)
|
||||
(eq (buffer-local-value 'major-mode buf) 'term-mode))
|
||||
(add-to-list 'doom-real-buffer-functions #'+term-p #'eq))
|
||||
(add-to-list 'doom-real-buffer-functions #'+term-p nil #'eq))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue