aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/core.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org
index ef0270b..8ad8c4d 100644
--- a/Emacs/.config/emacs/core.org
+++ b/Emacs/.config/emacs/core.org
@@ -181,6 +181,7 @@ Setup the evil package, with some opinionated keybindings:
:general
(leader
"w" '(evil-window-map :which-key "Window")
+ "wT" #'window-swap-states ; transpose two windows
"wd" #'delete-frame)
(nmmap
@@ -512,9 +513,7 @@ just setup some evil binds for company.
(eshell-mode-hook . company-mode)
:general
(imap
- "C-SPC" #'company-complete)
- (general-def
- :states '(normal insert)
+ "C-SPC" #'company-complete
"M-j" #'company-select-next
"M-k" #'company-select-previous))
#+end_src