Commit Diff


commit - 272ebe0350073aacfa2831250778875054041f6d
commit + f58f768401da4c1fe27ba3737ff104ae3091ae76
blob - 21148f73996c5c2f2cc6b10abc359d2eaad862a0
blob + 0fe9567712fd823d89263c0c181e3e5d4dae1104
--- emacs/init.el
+++ emacs/init.el
@@ -30,6 +30,10 @@
 (setq completion-ignore-case t
       read-file-name-completion-ignore-case t
       read-buffer-completion-ignore-case t)
+
+;; I don't like how compile uses `make -k' by default, I want to stop
+;; on errors / warnings.
+(setq compile-command "make")
 
 ;; "diff refinement", i.e. highlighting the changes in a more granular
 ;; way, is quite awful to have it enabled by default.  sometimes is