mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Define doom popup matchers in core-popups rather than core-scratch
This commit is contained in:
@@ -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.")
|
||||
|
||||
|
Reference in New Issue
Block a user