mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
shackle-popup-hook => doom-popup-hook; add doom-popup-{protect,escapable}-modes
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
quickrun-replace-region
|
||||
helm-quickrun)
|
||||
:init (add-hook 'quickrun/mode-hook 'linum-mode)
|
||||
:config (setq quickrun-focus-p nil))
|
||||
:config
|
||||
(setq quickrun-focus-p nil)
|
||||
(push 'quickrun/mode doom-popup-protect-modes))
|
||||
|
||||
(use-package repl-toggle
|
||||
:commands (rtog/toggle-repl rtog/add-repl)
|
||||
|
Reference in New Issue
Block a user