summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 6896744..0ce3c09 100644
--- a/init.el
+++ b/init.el
@@ -143,6 +143,10 @@ then FUNCTION-NAME will be defined as DEF after loading."
(defalias 'magit 'magit-status)
(magit))
+;;; flymake
+
+(prepare-in-hook-once prepare-flymake prog-mode-hook "flymake-conf.el")
+
;;; Don't let s-q quit as I oft press that by accident.
(define-key global-map (vector ?\s-q) #'window-toggle-side-windows)