mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Improve popup + doom buffer handling
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
(defvar-local doom-buffer-edited nil
|
||||
"If non-nil, the scratch buffer has been edited.")
|
||||
|
||||
(def-popup! doom-buffer-name :align below :size 0.3 :select t)
|
||||
(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 text-mode "DOOM"
|
||||
|
Reference in New Issue
Block a user