projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40eddfe
)
emacs: limit maximum width of page-break-lines
author
Amin Bandali
<bandali@gnu.org>
Sat, 25 May 2019 22:38:58 +0000
(18:38 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 25 May 2019 22:39:20 +0000
(18:39 -0400)
also, might be cool to enable fill-column-indicator or
whitespace-mode (after toning down its distractions, that is)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
ae707ad
..
e236f40
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-1481,6
+1481,8
@@
For disabling the behaviour for certain buffers and/or modes."
(use-package page-break-lines
:defer 0.5
:delight " pgln"
+ :custom
+ (page-break-lines-max-width fill-column)
:config
(global-page-break-lines-mode))
@@
-1535,6
+1537,8
@@
For disabling the behaviour for certain buffers and/or modes."
:init
(setq xref-show-xrefs-function #'ivy-xref-show-xrefs))
+;; (use-package fill-column-indicator)
+
\f
;;; Email (with Gnus)