summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index a19b517..524fdce 100644 --- a/init.el +++ b/init.el
@@ -264,6 +264,8 @@
264 (:option diary-file (private/ "diary"))) 264 (:option diary-file (private/ "diary")))
265 265
266(setup compile 266(setup compile
267 (:require +compile)
268 (:+key "<f5>" #'+compile-dispatch)
267 (:option compilation-always-kill t 269 (:option compilation-always-kill t
268 compilation-ask-about-save nil 270 compilation-ask-about-save nil
269 compilation-scroll-output t)) 271 compilation-scroll-output t))