From 5343b157d658b8bec6c4c26008a86cdc6861166b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 10 Dec 2023 12:23:43 +0200 Subject: emacs:(commands) bind thanos/applications to global map --- .emacs.d/modules/thanos-commands.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/modules/thanos-commands.el b/.emacs.d/modules/thanos-commands.el index 5bdaa83..82c6862 100644 --- a/.emacs.d/modules/thanos-commands.el +++ b/.emacs.d/modules/thanos-commands.el @@ -141,6 +141,8 @@ "C-c" 'thanos/create "C-e" #'emms-pause) +(define-key global-map (kbd "C-c a") thanos/applications-map) + (provide 'thanos-commands) ;;; thanos-commands.el ends here -- cgit v1.2.3