about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-07-13 00:34:28 -0500
committerCase Duckworth2024-07-13 00:34:28 -0500
commit7aceb0d484c30bfbac1bac99d1121f26cab0bf95 (patch)
treefc19952e729fc60d89f8bb1d6a8cd8acddf4d03c
parentAdd lisp stuff (diff)
downloaddots-7aceb0d484c30bfbac1bac99d1121f26cab0bf95.tar.gz
dots-7aceb0d484c30bfbac1bac99d1121f26cab0bf95.zip
Add mastodon
-rw-r--r--emacs5
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))