Break out #emacs config a little better

This commit is contained in:
Colin Powell
2019-11-26 13:33:19 -05:00
parent 5683da23d3
commit 4b96cd6bd9
9 changed files with 58 additions and 43 deletions

View File

@ -0,0 +1,9 @@
;;; ~/.dotfiles/emacs/.config/doom/+mastodon.el -*- lexical-binding: t; -*-
(setq mastodon-instance-url "https://mastodon.technology")
(map! :leader
(:prefix "="
:desc "Open mastodon" "=" #'mastodon
:desc "Update Mastodon timeline" "u" #'mastodon-tl--update
:desc "Toot to Mastodon" "t" #'mastodon-toot))