summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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.")