summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
40eddfe)
also, might be cool to enable fill-column-indicator or
whitespace-mode (after toning down its distractions, that is)
(use-package page-break-lines
:defer 0.5
:delight " pgln"
(use-package page-break-lines
:defer 0.5
:delight " pgln"
+ :custom
+ (page-break-lines-max-width fill-column)
:config
(global-page-break-lines-mode))
:config
(global-page-break-lines-mode))
:init
(setq xref-show-xrefs-function #'ivy-xref-show-xrefs))
:init
(setq xref-show-xrefs-function #'ivy-xref-show-xrefs))
+;; (use-package fill-column-indicator)
+