feature/eval: quickrun/mode-hook => quickrun--mode-hook
This commit is contained in:
parent
9e084c18ba
commit
db4d246a9e
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ invokes the repl. Takes the same arguements as `rtog/add-repl'."
|
||||||
quickrun-replace-region)
|
quickrun-replace-region)
|
||||||
:init
|
:init
|
||||||
;; Use standard linum-mode for quickrun eval windows; so we can have different
|
;; Use standard linum-mode for quickrun eval windows; so we can have different
|
||||||
;; rules for it.
|
;; rules for it. Plus, hide modeline in it.
|
||||||
(add-hook 'quickrun/mode-hook #'linum-mode)
|
(add-hook 'quickrun--mode-hook #'linum-mode)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(set! :popup "*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
|
(set! :popup "*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue