aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-14 14:22:08 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-14 14:22:08 +0000
commitffca5531e7f2994a4ac9e69b22b2cd965b124f20 (patch)
treef0eae73c02ac8ddecfce9a1e0a017898fadaef6b
parent3b04bbbb613d3825379bf4ba1816d22b13f07e7b (diff)
set global key for clearing search highlights
-rw-r--r--doom.d/config.el1
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