summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-22 16:59:22 -0600
committerCase Duckworth2021-02-22 16:59:22 -0600
commitfc67e45e6ebb00f2d298e1d7f28dd7239a051d81 (patch)
treedce54528810d7b96df099403cae1c2719541f50e
parentAdd .gitattributes (diff)
downloademacs-fc67e45e6ebb00f2d298e1d7f28dd7239a051d81.tar.gz
emacs-fc67e45e6ebb00f2d298e1d7f28dd7239a051d81.zip
Bind F5 to recompile
Might need to write a function for compile? IDK
-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