diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |
