Compare commits
2 commits
1873551b87
...
1d371e3598
Author | SHA1 | Date | |
---|---|---|---|
1d371e3598 | |||
fc13c6c69c |
1 changed files with 13 additions and 8 deletions
|
@ -67,16 +67,20 @@
|
||||||
#'(lambda ()
|
#'(lambda ()
|
||||||
(find-file "~/org/projects.org"))))
|
(find-file "~/org/projects.org"))))
|
||||||
|
|
||||||
|
(defun mmk2410/tab-bar-run-mastodon ()
|
||||||
|
"Switch or create a tab running mastodon.el."
|
||||||
|
(interactive)
|
||||||
|
(mmk2410/tab-bar-switch-or-create "Mastodon" #'mastodon))
|
||||||
|
|
||||||
(defhydra mmk2410/tab-bar (:color teal :hint nil)
|
(defhydra mmk2410/tab-bar (:color teal :hint nil)
|
||||||
"
|
"
|
||||||
^Apps^ ^Helpers^ ^Misc
|
^Apps^ ^Org^ ^Helpers^ ^Misc
|
||||||
--^^^^^^---------------------------------------------
|
--^^^^^^-----------------------------------------------------------------
|
||||||
_a_: Agenda _RET_: Search _q_: Cancel
|
_e_: RSS (Elfeed) _a_: Agenda _RET_: Search _q_: Cancel
|
||||||
_e_: RSS (Elfeed) _SPC_: New
|
_m_: Mail _j_: Journal _SPC_: New
|
||||||
_i_: IRC (erc) _f_: Previous
|
_i_: IRC (erc) _p_: Projects _f_: Previous Tab
|
||||||
_j_: Journal _Q_: Close
|
_M_: Mastodon _Q_: Close Tab
|
||||||
_m_: Mail
|
|
||||||
_p_: Projects
|
|
||||||
"
|
"
|
||||||
("a" mmk2410/tab-bar-run-agenda)
|
("a" mmk2410/tab-bar-run-agenda)
|
||||||
("e" mmk2410/tab-bar-run-elfeed)
|
("e" mmk2410/tab-bar-run-elfeed)
|
||||||
|
@ -84,6 +88,7 @@
|
||||||
("j" mmk2410/tab-bar-run-journal)
|
("j" mmk2410/tab-bar-run-journal)
|
||||||
("m" mmk2410/tab-bar-run-mail)
|
("m" mmk2410/tab-bar-run-mail)
|
||||||
("p" mmk2410/tab-bar-run-projects)
|
("p" mmk2410/tab-bar-run-projects)
|
||||||
|
("M" mmk2410/tab-bar-run-mastodon)
|
||||||
("RET" tab-bar-select-tab-by-name)
|
("RET" tab-bar-select-tab-by-name)
|
||||||
("SPC" mmk2410/tab-bar-new-named-tab)
|
("SPC" mmk2410/tab-bar-new-named-tab)
|
||||||
("f" tab-bar-switch-to-recent-tab)
|
("f" tab-bar-switch-to-recent-tab)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue