General refactor & cleanup

This commit is contained in:
Henrik Lissner 2017-06-19 00:30:41 +02:00
parent bc3aee2a4f
commit 392c58ea47
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 51 additions and 46 deletions

View file

@ -94,7 +94,7 @@ function that creates and returns the REPL buffer."
(add-hook 'quickrun--mode-hook #'nlinum-mode)
:config
(set! :popup
'("*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
'("*quickrun*" :size 10 :noesc t :autokill t :autoclose t)
'("*eval*" :size 12 :noselect t :autokill t :autoclose t)
'("*Pp Eval Output*" :size 12 :noselect t :autokill t :autoclose t))