diff options
author | Thanos Apollo <[email protected]> | 2023-12-09 10:51:44 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-09 10:56:59 +0200 |
commit | a5fef6324be38541e28bbf154f321cfa9087d1b1 (patch) | |
tree | 4b8d5fc594497bc36ae8b287de89343dc0d9534b /.emacs.d/modules/thanos-mu4e.el | |
parent | f74354ae3d2912686b87d20426d8155865939306 (diff) |
emacs: Rewrite thanos/applications-map
- Use defvar-keymap
- Rewrite it on thanos-commands.el
Diffstat (limited to '.emacs.d/modules/thanos-mu4e.el')
-rw-r--r-- | .emacs.d/modules/thanos-mu4e.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/modules/thanos-mu4e.el b/.emacs.d/modules/thanos-mu4e.el index 8a09b95..8b2e372 100644 --- a/.emacs.d/modules/thanos-mu4e.el +++ b/.emacs.d/modules/thanos-mu4e.el @@ -120,15 +120,11 @@ (add-hook 'mu4e-main-mode-hook #'(lambda () (display-line-numbers-mode -1) (auto-save-mode -1))) - - ;; Sign messages (add-hook 'message-send-hook 'mml-secure-message-sign-pgpmime) (require 'mu4e-alert) (mu4e-alert-enable-mode-line-display) -(define-key thanos/applications-map (kbd "m") 'mu4e) - (provide 'thanos-mu4e) ;;; thanos-mu4e.el ends here |