shackle-popup-hook => doom-popup-hook; add doom-popup-{protect,escapable}-modes
This commit is contained in:
parent
1db2ccf504
commit
51d16734ed
3 changed files with 70 additions and 46 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue