From 0b3895d1e2088862306cd19f91962734883e080d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 6 Dec 2019 01:24:25 -0500 Subject: [PATCH] Unbind ' {/,d /}' --- modules/config/default/config.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/config/default/config.el b/modules/config/default/config.el index 74c3bbc55..f1112c064 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -313,7 +313,6 @@ ;; replaces `apropos-documentation' b/c `apropos' covers this "d" nil - "d/" #'doom/help-search "da" #'doom/help-autodefs "db" #'doom/report-bug "dd" #'doom/toggle-debug-mode @@ -337,7 +336,6 @@ ;; replaces `apropos-command' "a" #'apropos "A" #'apropos-documentation - "/" #'apropos-documentation ;; replaces `describe-copying' b/c not useful "C-c" #'describe-coding-system ;; replaces `Info-got-emacs-command-node' b/c redundant w/ `Info-goto-node'