Add Embrace keybinding

This commit is contained in:
Tom Willemse 2017-12-31 01:10:04 -08:00
parent d01ad3371d
commit c273856b94

View file

@ -220,6 +220,16 @@ Computing Environment".
(global-set-key (kbd "C-+") 'mc/mark-next-like-this) (global-set-key (kbd "C-+") 'mc/mark-next-like-this)
#+END_SRC #+END_SRC
I've been looking for something like Embrace for a long time. I
really like the =surround.vim= module for vim (which I've only used
as =evil-surround= in =evil-mode=). Though because Emacs is not a
moded editor like vim, it's hard to find the right way to do
things.
#+BEGIN_SRC emacs-lisp
(global-set-key (kbd "C-c (") 'embrace-commander)
#+END_SRC
*** Hydra *** Hydra
Hydra is an interesting way of managing keybindings, I want to Hydra is an interesting way of managing keybindings, I want to