Add two variables settings from LOLSMacs

https://github.com/grettke/lolsmacs/blob/master/lolsmacs.el
This commit is contained in:
Daniel - 2020-04-17 19:16:23 +02:00
parent 004ac490ef
commit 8f81f49074
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 1 deletions

View File

@ -358,7 +358,9 @@
delete-trailing-lines nil
x-underline-at-descent-line t
search-whitespace-regexp "[ \t\r\n]+"
visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))
visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)
history-delete-duplicates t
track-eol t)
(when (memq system-type '(gnu gnu/linux gnu/kfreebsd))
(setq x-wait-for-event-timeout nil))