✨ (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)
|
(interactive)
|
||||||
(mmk2410/tab-bar-switch-or-create "RSS" #'elfeed))
|
(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 ()
|
(defun mmk2410/tab-bar-run-mail ()
|
||||||
"Switch to or start mu4e."
|
"Switch to or start mu4e."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
@ -100,6 +105,7 @@
|
||||||
_m_: Mail _A_: Agenda + Journal _SPC_: New
|
_m_: Mail _A_: Agenda + Journal _SPC_: New
|
||||||
_i_: IRC (erc) _j_: Journal _f_: Previous Tab
|
_i_: IRC (erc) _j_: Journal _f_: Previous Tab
|
||||||
_M_: Mastodon _Q_: Close Tab
|
_M_: Mastodon _Q_: Close Tab
|
||||||
|
_p_: Pocket
|
||||||
_t_: vterm
|
_t_: vterm
|
||||||
|
|
||||||
"
|
"
|
||||||
|
@ -108,6 +114,7 @@
|
||||||
("m" mmk2410/tab-bar-run-mail)
|
("m" mmk2410/tab-bar-run-mail)
|
||||||
("i" mmk2410/tab-bar-run-irc)
|
("i" mmk2410/tab-bar-run-irc)
|
||||||
("M" mmk2410/tab-bar-run-mastodon)
|
("M" mmk2410/tab-bar-run-mastodon)
|
||||||
|
("p" mmk2410/tab-bar-run-pocket-reader)
|
||||||
("t" mmk2410/tab-bar-run-vterm)
|
("t" mmk2410/tab-bar-run-vterm)
|
||||||
;; Org
|
;; Org
|
||||||
("a" mmk2410/tab-bar-run-agenda)
|
("a" mmk2410/tab-bar-run-agenda)
|
||||||
|
|
Loading…
Reference in a new issue