summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-26 12:14:29 -0600
committerCase Duckworth2021-01-26 12:14:29 -0600
commit3d0b95fdad57672c1679a3a4b99e9bc1f6e270f6 (patch)
tree2687acf12f64c9476999d364c404436c27a7af07 /config.org
parentAdd cl-lib fork of persistent-soft (diff)
downloademacs-3d0b95fdad57672c1679a3a4b99e9bc1f6e270f6.tar.gz
emacs-3d0b95fdad57672c1679a3a4b99e9bc1f6e270f6.zip
Enable all disabled commands
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
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
810I think the /disabled command/ feature of Emacs is stupid, especially
811for 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
810A collection of generally-useful functions that I don't want to bother 819A collection of generally-useful functions that I don't want to bother