X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/40eddfea3a057a34d4f2c2d905bcde90dbe56fe2..2f5d8190a4a914d9c2f9bfddaa3b9f2417c1c028:/.emacs.d/init.el 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)