commit 09212460dac38878319154a20de96d83f9c5b8a7 parent 6aa3829ce1b6def50bd335271cb7f954c7f545ea Author: Jamie Beardslee <beardsleejamie@gmail.com> Date: Wed, 5 Feb 2020 14:00:32 +1300 Removed function `config-reload` Diffstat:
M | README.org | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/README.org b/README.org @@ -1111,17 +1111,6 @@ Highlight matching parentheses. * Custom functions -** Reloading config - -Reloads this config file. Bound to "C-c r" in Keybindings section. - -#+begin_src emacs-lisp - (defun config-reload () - "Reloads (but does not tangle) config file" - (interactive) - (require 'config.el)) -#+end_src - ** Typesetting *** Opening Output