diff options
author | noa@gaiwan.org | 2024-06-12 23:06:38 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-12 23:06:38 +0000 |
commit | e21aae230ef5706cf384c42ad0a8db1205a32759 (patch) | |
tree | bd65e35f97fb93ba6dd81cf27da6836b01b8415d /emacs | |
parent | a3fb4c2c2aa6626e66e03852b578718fe1433598 (diff) |
Remove adaptive-wrap use-package declaration
It doesn't work nicely with proportional fonts.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 6 |
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)) |