summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-07-10 18:08:53 +0200
committerMartin Polden <mpolden@mpolden.no>2019-07-10 18:08:53 +0200
commit402e4eac79c7a21d0a38190c4c560b9fa34192df (patch)
treef088b73a3895759f144bb4a67dd8089cc48cb383 /lisp
parent55a8639268f72868459db16220b7c8081b82ea75 (diff)
Clarify use of prefix arg
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-compile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-compile.el b/lisp/init-compile.el
index 199ab8b..41527ff 100644
--- a/lisp/init-compile.el
+++ b/lisp/init-compile.el
@@ -5,6 +5,7 @@
;; avoid reading command when compiling
(setq compilation-read-command nil)
+ ;; C-u C-c m will always read command
:bind (("C-c m" . 'compile)))
(provide 'init-compile)