diff options
author | Thanos Apollo <[email protected]> | 2023-12-10 12:23:43 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-10 12:23:43 +0200 |
commit | 5343b157d658b8bec6c4c26008a86cdc6861166b (patch) | |
tree | 02357a1e9140c0175e23005d0e04d15a2c37ebb5 /.emacs.d/modules | |
parent | 5a72f5e349aaa6dcbc13ad9efa8d9f5cfef4ae47 (diff) |
emacs:(commands) bind thanos/applications to global map
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-commands.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |