Minor edits + comment out unused popup vars (for later)
This commit is contained in:
parent
5813b6e69a
commit
88946a893a
2 changed files with 7 additions and 7 deletions
|
@ -87,13 +87,13 @@ recognized by DOOM's popup system. They are:
|
|||
;;
|
||||
;;
|
||||
|
||||
(defvar doom-popup-parameters
|
||||
'(:esc :modeline :transient :fit :align :size)
|
||||
"TODO")
|
||||
;; (defvar doom-popup-parameters
|
||||
;; '(:esc :modeline :transient :fit :align :size)
|
||||
;; "TODO")
|
||||
|
||||
(defvar doom-popup-whitelist
|
||||
'(("^ ?\\*" :size 15 :noselect t :autokill t :autoclose t))
|
||||
"TODO")
|
||||
;; (defvar doom-popup-whitelist
|
||||
;; '(("^ ?\\*" :size 15 :noselect t :autokill t :autoclose t))
|
||||
;; "TODO")
|
||||
|
||||
(defvar doom-popup-blacklist
|
||||
'("^\\*magit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue