diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-12 08:28:16 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-12 08:28:16 -0500 |
commit | 77f44a811e401b446a4eb370472a730eeb4f8e64 (patch) | |
tree | 3ed1c2b18edf5d9dd61d9a8f723403ef090eb0ff | |
parent | 1667f807fcb9ffb50b15da9fbaeba88a617c1adf (diff) |
[add] mastodon and web browser to commands
-rw-r--r-- | init-el.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init-el.org b/init-el.org index fc07bb4..fca4f54 100644 --- a/init-el.org +++ b/init-el.org @@ -210,7 +210,9 @@ So, to use this file for the very first time you must (?f "el[f]eed" elfeed) (?j "[j]ournal" toggle-journal) (?s "[s]ecrets" toggle-secrets) - (?p "[p]astebin" cicadas-paste-current-buffer))) + (?p "[p]astebin" cicadas-paste-current-buffer) + (?m "[m]astodon" mastodon) + (?w "[w]eb browser (eww)" eww))) #+end_src |