summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-25 18:38:58 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-25 18:39:20 -0400
commit2f5d8190a4a914d9c2f9bfddaa3b9f2417c1c028 (patch)
tree7f57d0fdd450a04a8590d7d7b841e920da1ab96e
parent40eddfea3a057a34d4f2c2d905bcde90dbe56fe2 (diff)
downloadconfigs-2f5d8190a4a914d9c2f9bfddaa3b9f2417c1c028.tar.gz
configs-2f5d8190a4a914d9c2f9bfddaa3b9f2417c1c028.tar.xz
configs-2f5d8190a4a914d9c2f9bfddaa3b9f2417c1c028.zip
emacs: limit maximum width of page-break-lines
also, might be cool to enable fill-column-indicator or whitespace-mode (after toning down its distractions, that is)
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index ae707ad..e236f40 100644
--- 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)
+
;;; Email (with Gnus)