summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-commands.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-04-03 05:05:21 +0300
committerThanos Apollo <[email protected]>2024-04-03 05:05:21 +0300
commitc84225136932ea01ff72619d46ef66270b68747c (patch)
treef679be7e8ce0d60b32b0d9e6964eddeb159a7b64 /.emacs.d/modules/thanos-commands.el
parentfa0efe393d3a756fd1ff5a7fe339e7f610a7a389 (diff)
emacs:(mu4e) Update keybindings
Diffstat (limited to '.emacs.d/modules/thanos-commands.el')
-rw-r--r--.emacs.d/modules/thanos-commands.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/.emacs.d/modules/thanos-commands.el b/.emacs.d/modules/thanos-commands.el
index 55c7d7c..8369151 100644
--- a/.emacs.d/modules/thanos-commands.el
+++ b/.emacs.d/modules/thanos-commands.el
@@ -128,15 +128,9 @@
(defvar-keymap thanos/applications-map
:doc "Thanos commonly used programs"
- "m" #'mu4e
- "c" #'gptel-send
- "f" #'elfeed
- "e" #'emms-smart-browse
- "i" #'erc-libera
"t" #'thanos/load-theme
"w" #'thanos/wallpaper-select
- "C-c" thanos/create-map
- "C-e" #'emms-pause)
+ "C-c" thanos/create-map)
(define-key global-map (kbd "C-c a") thanos/applications-map)