aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-06-23 21:34:32 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-06-23 21:35:00 +0100
commit0beb166d473584fa4d3877267b58253e8f87ef6b (patch)
tree325e6c05e88bb7aa10a0ec3081da857685add7e3 /Emacs/.config/emacs/config.org
parentbe2bb62baffe6cdaed7e4470505641afaee62a79 (diff)
downloaddotfiles-0beb166d473584fa4d3877267b58253e8f87ef6b.tar.gz
dotfiles-0beb166d473584fa4d3877267b58253e8f87ef6b.tar.bz2
dotfiles-0beb166d473584fa4d3877267b58253e8f87ef6b.zip
(Emacs|SXHkD)~Some small fixes
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r--Emacs/.config/emacs/config.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index ad42f8b..d550aac 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -33,7 +33,7 @@ code:
;; and when the configuration is compiled again.
;; To propagate edits from this file to the literate document, call
-;; (org-babel-detangle) while in the file.
+;; (org-babel-detangle).
;;; Code:
#+end_src
@@ -559,7 +559,9 @@ Setup the evil package, with some opinionated keybindings:
"M-y" #'yank-pop
"T" nil)
- (nmmap
+ (general-def
+ :keymaps 'override
+ :states '(normal motion visual)
:infix "T"
"w" #'transpose-words
"c" #'transpose-chars