Update emacs init.el
This commit is contained in:
parent
6deb7965d4
commit
7f5b5af306
1 changed files with 0 additions and 6 deletions
|
@ -564,15 +564,9 @@ write_files:
|
||||||
;; Disable creation of backup files
|
;; Disable creation of backup files
|
||||||
(setq make-backup-files nil)
|
(setq make-backup-files nil)
|
||||||
|
|
||||||
;; Single space ends a sentence
|
|
||||||
(setq sentence-end-double-space nil)
|
|
||||||
|
|
||||||
;; Add newlines when navigating to the next line
|
;; Add newlines when navigating to the next line
|
||||||
(setq next-line-add-newlines t)
|
(setq next-line-add-newlines t)
|
||||||
|
|
||||||
;; Ensure files end with a newline
|
|
||||||
(setq require-final-newline t)
|
|
||||||
|
|
||||||
;; Enable flexible string matching for ido
|
;; Enable flexible string matching for ido
|
||||||
(setq ido-enable-flex-matching t)
|
(setq ido-enable-flex-matching t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue