summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 18f4de5..b126177 100644
--- a/.emacs
+++ b/.emacs
@@ -874,6 +874,12 @@
(setq shell-font-lock-keywords nil)
(add-hook 'shell-mode-hook 'my/shell-hook))
+(use-package shr
+ :custom
+ ;; Prefer visual-line-mode, which refills text automatically when
+ ;; the window width changes.
+ (shr-fill-text nil))
+
(use-package which-key
:custom
(which-key-idle-delay 0.5)