diff options
author | Marc Coquand <marc@coquand.email> | 2024-11-30 18:36:58 +0200 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-11-30 18:36:58 +0200 |
commit | 92f3b11c6a90eaa3453d7776cd73b324ba65b6d9 (patch) | |
tree | a1684c9bdf8135be37a740be54a149e3c34ce01c /home/dots | |
parent | 61ba7275aa96ee3094608b10b096cd062d4f8b99 (diff) | |
download | guix-92f3b11c6a90eaa3453d7776cd73b324ba65b6d9.tar.gz guix-92f3b11c6a90eaa3453d7776cd73b324ba65b6d9.tar.bz2 guix-92f3b11c6a90eaa3453d7776cd73b324ba65b6d9.zip |
.
Diffstat (limited to 'home/dots')
-rw-r--r-- | home/dots/.emacs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index 564db7e..af9aa2e 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -1421,6 +1421,8 @@ (use-package mastodon :defer t + :hook + ((mastodon-mode . variable-pitch-mode)) :custom (mastodon-active-user "marcc") (mastodon-instance-url "https://fosstodon.org")) |