diff options
-rw-r--r-- | emacs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs b/emacs index 2975411..3844535 100644 --- a/emacs +++ b/emacs | |||
@@ -880,3 +880,8 @@ | |||
880 | 880 | ||
881 | ;;; Mu4e | 881 | ;;; Mu4e |
882 | 882 | ||
883 | ;;; Mastodon (uh oh) | ||
884 | |||
885 | (package-ensure 'mastodon) | ||
886 | (add-hook 'mastodon-mode-hook #'visual-line-mode) | ||
887 | (add-hook 'mastodon-mode-hook (^turn-off #'fixed-pitch-mode)) | ||