summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.org b/config.org index a9f6420..adabfac 100644 --- a/config.org +++ b/config.org
@@ -1811,6 +1811,10 @@ checks for a shebang).
1811 compilation-scroll-output 'first-error) 1811 compilation-scroll-output 'first-error)
1812#+end_src 1812#+end_src
1813 1813
1814#+begin_src emacs-lisp :noweb-ref bindings
1815 (acdw/bind "<f5>" #'recompile)
1816#+end_src
1817
1814** Language-specific 1818** Language-specific
1815 1819
1816*** Generic-x 1820*** Generic-x