1
0
Fork 0

fix: single space sentences

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-17 00:54:40 -07:00
parent 238651aca0
commit 1f24a30780
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)