~formatting in config.el

This commit is contained in:
dx
2020-05-20 07:43:37 +01:00
parent 43f89f7d7d
commit 36486ead93

View File

@@ -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 :desc "Swap windows" "S" #'ace-swap-window) ; allows me to switch windows more efficiently than before, better than just motions
#+END_SRC #+END_SRC
** Code ** Code
*** Keybinds
- Some keybinds for the code prefix which help me with coding or working with - Some keybinds for the code prefix which help me with coding or working with
code, particularly LSP code, particularly LSP
#+BEGIN_SRC elisp #+BEGIN_SRC elisp