👔 (prog-mode) Enable visual line mode
This commit is contained in:
parent
0d52c0a776
commit
cdd90d4020
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ Sources:
|
|||
(setq-default truncate-lines t)
|
||||
(setq-default global-visual-line-mode t)
|
||||
(add-hook 'org-mode-hook 'visual-line-mode)
|
||||
(add-hook 'prog-mode-hook 'visual-line-mode)
|
||||
#+end_src
|
||||
|
||||
** Delete trailing white-space
|
||||
|
|
Loading…
Reference in a new issue