Compare commits

...

2 commits

Author SHA1 Message Date
9b31151703
(tab-bar-helpers) Add pocket reader tab
Some checks are pending
Publish / publish (push) Waiting to run
2024-05-28 16:40:09 +02:00
adf66f3f81
🍱 (Authinfo) Updated 2024-05-28 16:39:58 +02:00
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View file

@ -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)