diff --git a/.emacs.d/include/general.el b/.emacs.d/include/general.el index 5883fa9..96ed2e4 100644 --- a/.emacs.d/include/general.el +++ b/.emacs.d/include/general.el @@ -71,6 +71,11 @@ ;; Undos (setq undo-limit 200000) +;; Sentences +;; Emacs thinks that sentences ends with period and two spaces, +;; disable this. +(setq sentence-end-double-space nil) + ;; Theme (add-to-list 'custom-theme-load-path "~/.emacs.d/themes") (load-theme 'nano t)