diff options
author | Case Duckworth | 2022-05-01 09:21:51 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-01 09:21:51 -0500 |
commit | 0730f1e1acefd0345cb5e0eab6dbe696397d5723 (patch) | |
tree | 5b3854fff9836dc9e90ceb89ae2db01ea7d63bf8 /init.el | |
parent | Remove (:quit)-ed setup forms (diff) | |
download | emacs-0730f1e1acefd0345cb5e0eab6dbe696397d5723.tar.gz emacs-0730f1e1acefd0345cb5e0eab6dbe696397d5723.zip |
Add +compile-dispatch
At some point I probably should add a +recompile .. or something, I'm not sure how the compile flow works in Emacs.
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
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)) |