This commit is contained in:
Henrik Lissner 2015-11-20 04:00:38 -05:00
parent 66de890cfb
commit 8eb103f152
7 changed files with 48 additions and 60 deletions

View file

@ -11,6 +11,8 @@
:config
(setq quickrun-focus-p t)
(add-hook! quickrun/mode 'linum-mode)
(add-hook! quickrun/mode 'yascroll-bar-mode)
(add-to-list 'quickrun-file-alist '("\\.gvy$" . "groovy")))
(provide 'core-quickrun)