Define doom popup matchers in core-popups rather than core-scratch
This commit is contained in:
parent
bdf9616f80
commit
68430d944b
2 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,6 @@
|
|||
(defvar-local doom-buffer-edited nil
|
||||
"If non-nil, the scratch buffer has been edited.")
|
||||
|
||||
(def-popup! "*doom*" :align below :size 35 :select t)
|
||||
(def-popup! "^\\*doom.+\\*$" :regexp t :align below :size 12 :noselect t)
|
||||
|
||||
(define-derived-mode doom-mode fundamental-mode "DOOM"
|
||||
"Major mode for special DOOM buffers.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue