tools/term: fix void-function error due to misplaced reference to +eshell-p
This commit is contained in:
parent
2990d5bd58
commit
6e82e6fa19
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@
|
||||||
;; Consider term buffers real
|
;; Consider term buffers real
|
||||||
(defun +term-p (buf)
|
(defun +term-p (buf)
|
||||||
(eq (buffer-local-value 'major-mode buf) 'term-mode))
|
(eq (buffer-local-value 'major-mode buf) 'term-mode))
|
||||||
(add-to-list 'doom-real-buffer-functions #'+eshell-p #'eq))
|
(add-to-list 'doom-real-buffer-functions #'+term-p #'eq))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue