mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(ein): add popup rule to ignore ein buffers
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
;;; Packages
|
;;; Packages
|
||||||
|
|
||||||
(after! ein-notebook
|
(after! ein-notebook
|
||||||
|
(set-popup-rule! "^\\*ein:" :ignore t)
|
||||||
|
|
||||||
(defun +ein-buffer-p (buf)
|
(defun +ein-buffer-p (buf)
|
||||||
(or (memq buf (ein:notebook-opened-buffers))
|
(or (memq buf (ein:notebook-opened-buffers))
|
||||||
(memq buf (mapcar #'ein:notebooklist-get-buffer (ein:notebooklist-keys)))))
|
(memq buf (mapcar #'ein:notebooklist-get-buffer (ein:notebooklist-keys)))))
|
||||||
|
Reference in New Issue
Block a user