From 841c71f5d266cb240006da14ecfb6b445bfc03cc Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Wed, 13 Dec 2017 08:29:46 +0800 Subject: expand-region --- .emacs.d/lisp/init-expand-region.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .emacs.d/lisp/init-expand-region.el (limited to '.emacs.d/lisp/init-expand-region.el') diff --git a/.emacs.d/lisp/init-expand-region.el b/.emacs.d/lisp/init-expand-region.el new file mode 100644 index 0000000..05b3ac0 --- /dev/null +++ b/.emacs.d/lisp/init-expand-region.el @@ -0,0 +1,10 @@ +;;; expand-region --- Configuration + +;;; Commentary: + +;;; Code: + +(require 'expand-region) + +(provide 'init-expand-region) +;;; init-expand-region ends here -- cgit v1.2.3