From 3de2979151aa99f7bb58429e23b1d8fc99d4a150 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 31 Dec 2017 01:03:35 -0800 Subject: Add Expand Region keybinding --- emacs/.emacs.d/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 74ab5f5..35bf860 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -204,6 +204,15 @@ Computing Environment". (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode)) #+END_SRC +** Global Keybindings + + Bind expand-region, which functions a lot like a better + ~mark-sexp~. + + #+BEGIN_SRC emacs-lisp + (global-set-key (kbd "C-M-SPC") 'er/expand-region) + #+END_SRC + * Typographic style Emacs being a text editor has options on how to handle your text. -- cgit v1.2.3-54-g00ecf