mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/term: fix void-function error due to misplaced reference to +eshell-p
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user