Compare commits
No commits in common. "9b311517036d779a2b2bdfeeed496a5f859c34e6" and "0b1f656637bab3dbbe21333b9bcbb1eb163dcf13" have entirely different histories.
9b31151703
...
0b1f656637
2 changed files with 0 additions and 7 deletions
BIN
authinfo.gpg
BIN
authinfo.gpg
Binary file not shown.
|
@ -36,11 +36,6 @@
|
||||||
(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)
|
||||||
|
@ -105,7 +100,6 @@
|
||||||
_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
|
||||||
|
|
||||||
"
|
"
|
||||||
|
@ -114,7 +108,6 @@
|
||||||
("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