summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 503af54..9b3bbf7 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -235,12 +235,6 @@ and when JID is not in `jabber-activity-banned'."
("C-h F" . helpful-function)
))
-;; this doesn't seem to work nicely with proportional fonts
-(use-package adaptive-wrap
- :disabled
- :ensure t
- :hook (visual-line-mode . adaptive-wrap-prefix-mode))
-
(use-package window
:custom
(switch-to-buffer-obey-display-actions t))