aboutsummaryrefslogtreecommitdiff
path: root/doom.d/org/config.org
diff options
context:
space:
mode:
authorodave <aryadevchavali1@gmail.com>2020-04-07 02:37:30 +0100
committerodave <aryadevchavali1@gmail.com>2020-04-07 02:37:30 +0100
commitff352e8c32a14cd3794a7aef626ce438f657a7a6 (patch)
tree541910b3ea44d1a6839d4b6d8a80f30914a1370e /doom.d/org/config.org
parent5e3ee1a0c1797edb1702cafe8113c84f0617da20 (diff)
downloaddotfiles-ff352e8c32a14cd3794a7aef626ce438f657a7a6.tar.gz
dotfiles-ff352e8c32a14cd3794a7aef626ce438f657a7a6.tar.bz2
dotfiles-ff352e8c32a14cd3794a7aef626ce438f657a7a6.zip
~cleaning up config
Diffstat (limited to 'doom.d/org/config.org')
-rw-r--r--doom.d/org/config.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/doom.d/org/config.org b/doom.d/org/config.org
index 08fcf78..41150c1 100644
--- a/doom.d/org/config.org
+++ b/doom.d/org/config.org
@@ -40,7 +40,7 @@ Config for or based heavily around specific packages that I find very important
** DAP
A keybind and a routine
-- Routine sets up the panes that I like to use, instead of having to M-x'ing it
+- Routine sets up the panes that I like to use, instead of M-x'ing it
- *<SPC>cD* starts up the routine
#+BEGIN_SRC elisp
(after! dap-mode
@@ -426,7 +426,6 @@ General keymap for leader
:leader
:after counsel ; Counsel or ivy
:desc "M-x" "<SPC>" #'counsel-M-x ; Redefine as M-x because of my muscle memory with spacemacs
- :desc "Find file here" "f." #'counsel-find-file ; Sometimes use this instead of <SPC>ff
(:prefix ("s" . "search")
:desc "RipGrep!" "r" #'counsel-rg ; Ripgrep is faster than Ag in most cases and makes me feel cool
:desc "Search Tags" "t" #'counsel-etags-find-tag)); is quicker to do than <SPC>/b, for something that is done so often