fix: single space sentences
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
238651aca0
commit
1f24a30780
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue