Compare commits
No commits in common. "1d371e3598c2258dd2948cd02a7400b72bbb038d" and "1873551b87d605bf1b28c660b05a7fbd574e7e53" have entirely different histories.
1d371e3598
...
1873551b87
1 changed files with 8 additions and 13 deletions
|
@ -67,20 +67,16 @@
|
|||
#'(lambda ()
|
||||
(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)
|
||||
"
|
||||
^Apps^ ^Org^ ^Helpers^ ^Misc
|
||||
--^^^^^^-----------------------------------------------------------------
|
||||
_e_: RSS (Elfeed) _a_: Agenda _RET_: Search _q_: Cancel
|
||||
_m_: Mail _j_: Journal _SPC_: New
|
||||
_i_: IRC (erc) _p_: Projects _f_: Previous Tab
|
||||
_M_: Mastodon _Q_: Close Tab
|
||||
|
||||
^Apps^ ^Helpers^ ^Misc
|
||||
--^^^^^^---------------------------------------------
|
||||
_a_: Agenda _RET_: Search _q_: Cancel
|
||||
_e_: RSS (Elfeed) _SPC_: New
|
||||
_i_: IRC (erc) _f_: Previous
|
||||
_j_: Journal _Q_: Close
|
||||
_m_: Mail
|
||||
_p_: Projects
|
||||
"
|
||||
("a" mmk2410/tab-bar-run-agenda)
|
||||
("e" mmk2410/tab-bar-run-elfeed)
|
||||
|
@ -88,7 +84,6 @@
|
|||
("j" mmk2410/tab-bar-run-journal)
|
||||
("m" mmk2410/tab-bar-run-mail)
|
||||
("p" mmk2410/tab-bar-run-projects)
|
||||
("M" mmk2410/tab-bar-run-mastodon)
|
||||
("RET" tab-bar-select-tab-by-name)
|
||||
("SPC" mmk2410/tab-bar-new-named-tab)
|
||||
("f" tab-bar-switch-to-recent-tab)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue