diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 5da12ce..b46b32d 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -220,6 +220,16 @@ Computing Environment". (global-set-key (kbd "C-+") 'mc/mark-next-like-this) #+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 is an interesting way of managing keybindings, I want to