diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-11 02:01:19 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-11 02:01:35 +0100 |
commit | 08a115e78df54604b1167b42140efbdf9d641289 (patch) | |
tree | 0cb49bef744f16cab922baa9f7fede08d731f22d /Doom/.doom.d/org | |
parent | bc3436de56910652bc8191d27a91256f089b3cac (diff) | |
download | dotfiles-08a115e78df54604b1167b42140efbdf9d641289.tar.gz dotfiles-08a115e78df54604b1167b42140efbdf9d641289.tar.bz2 dotfiles-08a115e78df54604b1167b42140efbdf9d641289.zip |
~remppings gone to personal config
Diffstat (limited to 'Doom/.doom.d/org')
-rw-r--r-- | Doom/.doom.d/org/config.org | 9 |
1 files changed, 9 insertions, 0 deletions
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 |