Experimentally enable outline mode by default for programming
This commit is contained in:
parent
ca32065fb8
commit
55552cd8e8
3
init.el
3
init.el
@ -1556,7 +1556,8 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
(add-hook 'prog-mode-hook 'hl-line-mode)
|
||||
(add-hook 'prog-mode-hook 'page-break-lines-mode)
|
||||
(add-hook 'prog-mode-hook 'display-fill-column-indicator-mode)
|
||||
(add-hook 'prog-mode-hook #'(lambda () (setq show-trailing-whitespace t)))))
|
||||
(add-hook 'prog-mode-hook #'(lambda () (setq show-trailing-whitespace t)))
|
||||
(add-hook 'prog-mode-hook 'outline-minor-mode)))
|
||||
|
||||
(use-package diff-hl
|
||||
:ensure t
|
||||
|
||||
Loading…
Reference in New Issue
Block a user