diff options
author | Thanos Apollo <[email protected]> | 2024-04-03 05:02:50 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-03 05:02:50 +0300 |
commit | 622e215e9e3ac6dd559a27a2d83565c236d5bbb1 (patch) | |
tree | d82c632cf74c53790bf04bfa360e1ba44ea9546e /.emacs.d/init.el | |
parent | 86386197a6b888cc5267c1ab784a1f738f429878 (diff) |
emacs: Update change-inner config
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e86be8b..8454349 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -529,7 +529,8 @@ :defer t) (use-package change-inner - :after expand-region) + :after expand-region + :bind ((:map thanos/search ("i" . 'change-inner)))) (use-package sly :init (setf inferior-lisp-program "sbcl") |