diff options
Diffstat (limited to '.emacs.d')
-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 |