Highlight trailing whitespaces by default
This commit is contained in:
parent
648b5cc341
commit
2180704db9
8
init.el
8
init.el
@ -128,7 +128,7 @@
|
|||||||
(use-package help-fns
|
(use-package help-fns
|
||||||
:defines (help-enable-symbol-autoload))
|
:defines (help-enable-symbol-autoload))
|
||||||
|
|
||||||
(setq select-enable-clipboard t
|
(setopt select-enable-clipboard t
|
||||||
select-enable-primary t
|
select-enable-primary t
|
||||||
save-interprogram-paste-before-kill t
|
save-interprogram-paste-before-kill t
|
||||||
mouse-yank-at-point t
|
mouse-yank-at-point t
|
||||||
@ -153,8 +153,10 @@
|
|||||||
redisplay-skip-fontification-on-input t
|
redisplay-skip-fontification-on-input t
|
||||||
undo-limit 80000000
|
undo-limit 80000000
|
||||||
async-shell-command-buffer 'new-buffer
|
async-shell-command-buffer 'new-buffer
|
||||||
byte-compile-warnings '(not docstrings)
|
indicate-buffer-boundaries 'left
|
||||||
indicate-buffer-boundaries 'left)
|
show-trailing-whitespace t)
|
||||||
|
|
||||||
|
(setq byte-compile-warnings '(not docstrings)) ; yields warning when used with setopt
|
||||||
|
|
||||||
(put 'set-goal-column 'disabled nil)
|
(put 'set-goal-column 'disabled nil)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user