diff options
-rw-r--r-- | config.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index b42f5f8..62df178 100644 --- a/config.org +++ b/config.org | |||
@@ -805,6 +805,15 @@ According to [[https://github.com/mpereira/.emacs.d#make-cursor-movement-an-orde | |||
805 | fast-but-imprecise-scrolling t) | 805 | fast-but-imprecise-scrolling t) |
806 | #+end_src | 806 | #+end_src |
807 | 807 | ||
808 | ** Enable commands | ||
809 | |||
810 | I think the /disabled command/ feature of Emacs is stupid, especially | ||
811 | for a program that values freedom so much. | ||
812 | |||
813 | #+begin_src emacs-lisp :noweb-ref settings | ||
814 | (setq-default disabled-command-function nil) | ||
815 | #+end_src | ||
816 | |||
808 | ** CRUX :package:crux: | 817 | ** CRUX :package:crux: |
809 | 818 | ||
810 | A collection of generally-useful functions that I don't want to bother | 819 | A collection of generally-useful functions that I don't want to bother |