Newline at end of file
This commit is contained in:
parent
b9ed4eb440
commit
93d73e0f93
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@
|
||||||
(setq-default indent-tabs-mode nil) ;; don't use tabs to indent
|
(setq-default indent-tabs-mode nil) ;; don't use tabs to indent
|
||||||
(setq-default tab-width 8) ;; but maintain correct appearance
|
(setq-default tab-width 8) ;; but maintain correct appearance
|
||||||
|
|
||||||
|
;; Newline at end of file
|
||||||
|
(setq require-final-newline t)
|
||||||
|
|
||||||
;; delete the selection with a keypress
|
;; delete the selection with a keypress
|
||||||
(delete-selection-mode t)
|
(delete-selection-mode t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue