summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-14 01:14:27 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-14 01:14:27 +0800
commite2fe5882ad434b433bfba4529abdd2666d9c3d99 (patch)
tree815816360fb0bae6ad4c237e56c37360c3334893 /init.el
parent3666deaed5b0baf0a74f14db5872105c9e7865f9 (diff)
A temporary bug fix
There are more bugs unfortunately.
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)