From c84225136932ea01ff72619d46ef66270b68747c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 3 Apr 2024 05:05:21 +0300 Subject: emacs:(mu4e) Update keybindings --- .emacs.d/modules/thanos-commands.el | 8 +------- .emacs.d/modules/thanos-mu4e.el | 2 ++ 2 files changed, 3 insertions(+), 7 deletions(-) (limited to '.emacs.d') 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) diff --git a/.emacs.d/modules/thanos-mu4e.el b/.emacs.d/modules/thanos-mu4e.el index 309d65f..77b2856 100644 --- a/.emacs.d/modules/thanos-mu4e.el +++ b/.emacs.d/modules/thanos-mu4e.el @@ -126,5 +126,7 @@ ;; Sign messages (add-hook 'message-send-hook 'mml-secure-message-sign-pgpmime) +(define-key global-map (kbd "C-x m") 'mu4e) + (provide 'thanos-mu4e) ;;; thanos-mu4e.el ends here -- cgit v1.2.3