diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-15 04:37:22 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-04-15 04:37:22 +0100 |
commit | 3ff2beb12253b6d8dec7d048f7a2a31db3e51c8e (patch) | |
tree | 886104c4bf3ac4bcc799aa43e36db56285e5cb7d /doom.d | |
parent | 54551f412bafc435ea23733706ecbe4a11d70e68 (diff) | |
download | dotfiles-3ff2beb12253b6d8dec7d048f7a2a31db3e51c8e.tar.gz dotfiles-3ff2beb12253b6d8dec7d048f7a2a31db3e51c8e.tar.bz2 dotfiles-3ff2beb12253b6d8dec7d048f7a2a31db3e51c8e.zip |
~This section has changed to general keybind
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/org/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/org/config.org b/doom.d/org/config.org index b06d36a..6dcf166 100644 --- a/doom.d/org/config.org +++ b/doom.d/org/config.org @@ -395,7 +395,7 @@ Setup the agenda-files and the org-directory. :desc "Go out of narrow" "o" #'widen)) #+END_SRC * Key-map -General keymap for leader +General keymap ** Personal - Prefix "SPC m" (rebound from local-leader) that will hold personal keybinds for functions that I like using @@ -476,6 +476,7 @@ General keymap for leader (:after dap-mode :desc "Debug hydra" "h" #'dap-hydra)) #+END_SRC + ** Projectile - Projectile config, for leader and for project prefix #+BEGIN_SRC elisp |