diff options
Diffstat (limited to 'doom.d/config.el')
-rw-r--r-- | doom.d/config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/config.el b/doom.d/config.el index e30c98f..932aade 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -150,6 +150,7 @@ matt@matthewlemon.com") (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cc" 'org-capture) + (global-set-key "\C-c-" 'evil-ex-nohighlight) ;; ;; Agenda dispatcher (setq org-agenda-custom-commands |