tweak(ein): add popup rule to ignore ein buffers
This commit is contained in:
parent
fb8d540422
commit
54b4e83f95
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
;;; Packages
|
||||
|
||||
(after! ein-notebook
|
||||
(set-popup-rule! "^\\*ein:" :ignore t)
|
||||
|
||||
(defun +ein-buffer-p (buf)
|
||||
(or (memq buf (ein:notebook-opened-buffers))
|
||||
(memq buf (mapcar #'ein:notebooklist-get-buffer (ein:notebooklist-keys)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue