feature/popup: replace +popup-enable-*-rules w/ +all/+defaults flags #394
This commit is contained in:
parent
5b19ad50a6
commit
e0fd1b9043
2 changed files with 25 additions and 34 deletions
|
@ -30,7 +30,9 @@
|
|||
(require 'core (concat user-emacs-directory "core/core"))
|
||||
|
||||
(doom! :feature
|
||||
popup ; tame sudden yet inevitable temporary windows
|
||||
(popup ; tame sudden yet inevitable temporary windows
|
||||
+all ; catch all popups that start with an asterix
|
||||
+defaults) ; default popup rules
|
||||
;debugger ; FIXME stepping through code, to help you add bugs
|
||||
eval ; run code, run (also, repls)
|
||||
evil ; come to the dark side, we have cookies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue