aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-12-31 01:10:04 -0800
committerGravatar Tom Willemse2017-12-31 01:10:04 -0800
commitc273856b9445702926348ad1b0e1e084bab9e183 (patch)
treeee5727976638ed51e8acdd7b28aa20f5bf57673a
parentd01ad3371d624d9d127721f0f589edbd2b8f5fef (diff)
downloadnew-dotfiles-c273856b9445702926348ad1b0e1e084bab9e183.tar.gz
new-dotfiles-c273856b9445702926348ad1b0e1e084bab9e183.zip
Add Embrace keybinding
-rw-r--r--emacs/.emacs.d/init.org10
1 files changed, 10 insertions, 0 deletions
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