mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix void-function ein:notebook-opened-buffers error
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
;;
|
||||
;;; Packages
|
||||
|
||||
(after! ein
|
||||
(after! ein-notebook
|
||||
(defun +ein-buffer-p (buf)
|
||||
(or (memq buf (ein:notebook-opened-buffers))
|
||||
(memq buf (mapcar #'ein:notebooklist-get-buffer (ein:notebooklist-keys)))))
|
||||
|
Reference in New Issue
Block a user