diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-20 07:43:37 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-20 07:43:37 +0100 |
commit | 36486ead93e92db36a2ff69d1b6720b6f632576f (patch) | |
tree | b45d679d5b7d961d64387849bc472007a868ccfc /Doom/.doom.d/org/config.org | |
parent | 43f89f7d7d56c2deeaa7658ed754b1c8ff1cf336 (diff) | |
download | dotfiles-36486ead93e92db36a2ff69d1b6720b6f632576f.tar.gz dotfiles-36486ead93e92db36a2ff69d1b6720b6f632576f.tar.bz2 dotfiles-36486ead93e92db36a2ff69d1b6720b6f632576f.zip |
~formatting in config.el
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r-- | Doom/.doom.d/org/config.org | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index dcbe383..758826f 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -491,7 +491,6 @@ General keymap :desc "Swap windows" "S" #'ace-swap-window) ; allows me to switch windows more efficiently than before, better than just motions #+END_SRC ** Code -*** Keybinds - Some keybinds for the code prefix which help me with coding or working with code, particularly LSP #+BEGIN_SRC elisp @@ -502,12 +501,12 @@ General keymap :desc "Undo tree" "u" #'undo-tree-visualize :desc "Narrow to function" "n" #'+narrow/toggle-narrow (:after format-all - :desc "Format code" "=" #'format-all-buffer) + :desc "Format code" "=" #'format-all-buffer) (:after lsp - :desc "Format code lsp" "f" #'+default/lsp-format-region-or-buffer - :desc "Execute action" "a" #'lsp-execute-code-action) + :desc "Format code lsp" "f" #'+default/lsp-format-region-or-buffer + :desc "Execute action" "a" #'lsp-execute-code-action) (:after dap-mode - :desc "Debug hydra" "h" #'dap-hydra)) + :desc "Debug hydra" "h" #'dap-hydra)) #+END_SRC ** Projectile - Projectile config, for leader and for project prefix |