From 08a115e78df54604b1167b42140efbdf9d641289 Mon Sep 17 00:00:00 2001
From: dx <aryadevchavali1@gmail.com>
Date: Thu, 11 Jun 2020 02:01:19 +0100
Subject: ~remppings gone to personal config

---
 Doom/.doom.d/modules/private/completion/config.el | 6 ------
 Doom/.doom.d/org/config.org                       | 9 +++++++++
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/Doom/.doom.d/modules/private/completion/config.el b/Doom/.doom.d/modules/private/completion/config.el
index 9067764..29d1ee1 100644
--- a/Doom/.doom.d/modules/private/completion/config.el
+++ b/Doom/.doom.d/modules/private/completion/config.el
@@ -18,10 +18,4 @@
 (setq icomplete-separator "\t|\t")
 (setq icomplete-in-buffer t)
 
-(define-key!
-  [remap compile]           #'compile
-  [remap find-file]         #'find-file
-  [remap describe-function] #'counsel-describe-function
-  [remap describe-variable] #'counsel-describe-variable)
-
 (add-hook 'doom-first-input-hook #'icomplete-mode)
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org
index 4c780cf..b5e3db2 100644
--- a/Doom/.doom.d/org/config.org
+++ b/Doom/.doom.d/org/config.org
@@ -552,6 +552,15 @@ General keymap
  :desc "Choose Buffer frame"  "n"     #'display-buffer-other-frame
  :desc "Switch frames"        "o"     #'other-frame)
 #+END_SRC
+** Remaps
+Remapping functions that other modules set to default functions.
+#+BEGIN_SRC elisp
+(define-key!
+  [remap compile]           #'compile
+  [remap find-file]         #'find-file
+  [remap describe-function] #'describe-function
+  [remap describe-variable] #'describe-variable)
+#+END_SRC
 ** Other
 *** Leader
 - Miscellaneous leader bindings that don't really fit into any particular item
-- 
cgit v1.2.3-13-gbd6f