about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-10-08 20:17:27 -0500
committerCase Duckworth2020-10-08 20:17:27 -0500
commite9223e8bd285cc9636c18b5f3e4ad4d18e0e107c (patch)
tree62325fcd375a209ee98b11963d3398a2ad3db961 /init.el
parentFix mode name in comment (diff)
downloademacs-e9223e8bd285cc9636c18b5f3e4ad4d18e0e107c.tar.gz
emacs-e9223e8bd285cc9636c18b5f3e4ad4d18e0e107c.zip
Un-disable disabled commands
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index ff79e81..6e9d277 100644 --- a/init.el +++ b/init.el
@@ -128,6 +128,7 @@
128 (indent-tabs-mode nil "Indentation won't insert tabs.") 128 (indent-tabs-mode nil "Indentation won't insert tabs.")
129 (visible-bell (not *acdw/at-larry*) "Don't ring a bell, unless at larry.") 129 (visible-bell (not *acdw/at-larry*) "Don't ring a bell, unless at larry.")
130 (use-dialog-box nil "Ask questions in the modeline.") 130 (use-dialog-box nil "Ask questions in the modeline.")
131 (disabled-command-function nil)
131 (mark-even-if-inactive nil "Don't use the mark when inactive.") 132 (mark-even-if-inactive nil "Don't use the mark when inactive.")
132 ;; paragraphs 133 ;; paragraphs
133 (sentence-end-double-space t "Sentences end with two spaces.") 134 (sentence-end-double-space t "Sentences end with two spaces.")