summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 5900ee8..9446e03 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -141,10 +141,6 @@ MODE1 is enabled and vice-versa."
"Set the `disabled' property for each item in FUNCTIONS to nil."
(mapc #'(lambda (f) (put f 'disabled nil)) functions))
-(defun oni:locally-enable-double-spaces ()
- "Specify that two spaces end a sentence in the current buffer."
- (setq-local sentence-end-double-space t))
-
(defun oni:lua-mode-func()
"Function for `lua-mode-hook'."
(local-unset-key (kbd ")"))
@@ -1012,7 +1008,7 @@ If no direction is given, don't split."
ac-source-functions
ac-source-variables
ac-source-symbols)))
- #'oni:locally-enable-double-spaces #'oni:set-emacs-lisp-symbols
+ 'oni:locally-enable-double-spaces #'oni:set-emacs-lisp-symbols
#'paredit-mode #'eldoc-mode #'oni:set-emacs-lisp-keys)
(oni:add-hooks 'eshell-mode-hook