summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el~
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2017-12-13 19:01:56 +0800
committerSteve Lee <me@xiangyangli.com>2017-12-13 19:01:56 +0800
commitc8005152e29314bd33a9198f17b92a77af414a19 (patch)
treeec5f50b2c37b51cea6af92aa4e2c27bda36e7e76 /.emacs.d/init.el~
parent841c71f5d266cb240006da14ecfb6b445bfc03cc (diff)
downloaddotfiles-c8005152e29314bd33a9198f17b92a77af414a19.tar.xz
dotfiles-c8005152e29314bd33a9198f17b92a77af414a19.zip
add open url
Diffstat (limited to '.emacs.d/init.el~')
-rw-r--r--.emacs.d/init.el~1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el~ b/.emacs.d/init.el~
index a58575a..2331575 100644
--- a/.emacs.d/init.el~
+++ b/.emacs.d/init.el~
@@ -59,6 +59,7 @@
(require 'init-program-basic)
(require 'init-company)
(require 'init-flycheck)
+ (require 'init-expand-region)
(require 'init-window-numbering))
(provide 'init)