shackle-popup-hook => doom-popup-hook; add doom-popup-{protect,escapable}-modes

This commit is contained in:
Henrik Lissner 2016-05-21 18:54:23 -04:00
parent 1db2ccf504
commit 51d16734ed
3 changed files with 70 additions and 46 deletions

View file

@ -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)