General update

This commit is contained in:
Henrik Lissner 2015-06-24 15:39:13 +02:00
parent 3524891784
commit 96eeeb499d
4 changed files with 16 additions and 18 deletions

View file

@ -7,7 +7,10 @@
quickrun-shell
quickrun-compile-only
quickrun-replace-region
helm-quickrun))
helm-quickrun)
:config
(add-popwin-rule! "*quickrun*" :position bottom :height 15)
(add-unreal-buffer! "\\`\\*quickrun\\*\\'"))
(provide 'core-quickrun)
;;; core-quickrun.el ends here