From c273856b9445702926348ad1b0e1e084bab9e183 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 31 Dec 2017 01:10:04 -0800 Subject: Add Embrace keybinding --- emacs/.emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'emacs') 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 -- cgit v1.2.3-54-g00ecf