✨ (tab-bar-helpers) Add pocket reader tab
Some checks are pending
Publish / publish (push) Waiting to run
Some checks are pending
Publish / publish (push) Waiting to run
This commit is contained in:
parent
adf66f3f81
commit
9b31151703
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
(interactive)
|
||||
(mmk2410/tab-bar-switch-or-create "RSS" #'elfeed))
|
||||
|
||||
(defun mmk2410/tab-bar-run-pocket-reader ()
|
||||
"Switch to or start pocket reader."
|
||||
(interactive)
|
||||
(mmk2410/tab-bar-switch-or-create "Pocket" #'pocket-reader))
|
||||
|
||||
(defun mmk2410/tab-bar-run-mail ()
|
||||
"Switch to or start mu4e."
|
||||
(interactive)
|
||||
|
@ -100,6 +105,7 @@
|
|||
_m_: Mail _A_: Agenda + Journal _SPC_: New
|
||||
_i_: IRC (erc) _j_: Journal _f_: Previous Tab
|
||||
_M_: Mastodon _Q_: Close Tab
|
||||
_p_: Pocket
|
||||
_t_: vterm
|
||||
|
||||
"
|
||||
|
@ -108,6 +114,7 @@
|
|||
("m" mmk2410/tab-bar-run-mail)
|
||||
("i" mmk2410/tab-bar-run-irc)
|
||||
("M" mmk2410/tab-bar-run-mastodon)
|
||||
("p" mmk2410/tab-bar-run-pocket-reader)
|
||||
("t" mmk2410/tab-bar-run-vterm)
|
||||
;; Org
|
||||
("a" mmk2410/tab-bar-run-agenda)
|
||||
|
|
Loading…
Reference in a new issue