emacs: remove bhankas-org-agenda-other-tab

It blocks the thread, so doesn't make sense to open in other tab anyway
This commit is contained in:
Payas Relekar 2023-09-21 15:19:26 +05:30
parent 9ab2760207
commit 22a8bd5f3d

View file

@ -269,7 +269,6 @@ Customize Modus-themes a little to make it more peppy and vibrant.
bhankas-scroll-down-half-page
bhankas-recent-file-other-tab
bhankas-vterm-other-tab
bhankas-org-agenda-other-tab
bhankas-newline-append-concat-loop)
:init
(map!
@ -280,8 +279,7 @@ Customize Modus-themes a little to make it more peppy and vibrant.
(:when tab-bar-mode)
:prefix "C-x t"
:desc "Recent files" "c" #'bhankas-recent-file-other-tab
:desc "Vterm" "v" #'bhankas-vterm-other-tab
:desc "Org agenda" "a" #'bhankas-org-agenda-other-tab))
:desc "Vterm" "v" #'bhankas-vterm-other-tab))
#+end_src
* Doom