This commit is contained in:
Tom Alexander
2023-10-12 14:28:28 -04:00
parent 68139849f6
commit b94e13d63e
2 changed files with 7 additions and 2 deletions

View File

@@ -55,6 +55,12 @@
package-native-compile t
;; Confirm when opening a file that does not exist
confirm-nonexistent-file-or-buffer t
;; Do not require double space to end a sentence.
sentence-end-double-space nil
;; Show trailing whitespace
show-trailing-whitespace t
;; Remove the line when killing it with ctrl-k
kill-whole-line t
)
;; (setq-default fringes-outside-margins t)