diff options
author | Case Duckworth | 2021-01-26 12:14:29 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-26 12:14:29 -0600 |
commit | 3d0b95fdad57672c1679a3a4b99e9bc1f6e270f6 (patch) | |
tree | 2687acf12f64c9476999d364c404436c27a7af07 | |
parent | Add cl-lib fork of persistent-soft (diff) | |
download | emacs-3d0b95fdad57672c1679a3a4b99e9bc1f6e270f6.tar.gz emacs-3d0b95fdad57672c1679a3a4b99e9bc1f6e270f6.zip |
Enable all disabled commands
-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 |