From 0730f1e1acefd0345cb5e0eab6dbe696397d5723 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 1 May 2022 09:21:51 -0500 Subject: 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. --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index a19b517..524fdce 100644 --- a/init.el +++ b/init.el @@ -264,6 +264,8 @@ (:option diary-file (private/ "diary"))) (setup compile + (:require +compile) + (:+key "" #'+compile-dispatch) (:option compilation-always-kill t compilation-ask-about-save nil compilation-scroll-output t)) -- cgit 1.4.1-21-gabe81