Break out #emacs config a little better
This commit is contained in:
9
emacs/.config/doom/+mastodon.el
Normal file
9
emacs/.config/doom/+mastodon.el
Normal 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))
|
||||
Reference in New Issue
Block a user