diff options
| author | Steve Lee <me@xiangyangli.com> | 2017-12-13 08:29:46 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2017-12-13 08:29:46 +0800 |
| commit | 841c71f5d266cb240006da14ecfb6b445bfc03cc (patch) | |
| tree | 1d5a13fdfb6930bb76e7ec5ecb0d92e7e1bc0d3b /.emacs.d/init.el | |
| parent | e2c3f0672fe2052ffef7f4c2a0c53de396d67711 (diff) | |
| download | dotfiles-841c71f5d266cb240006da14ecfb6b445bfc03cc.tar.xz dotfiles-841c71f5d266cb240006da14ecfb6b445bfc03cc.zip | |
expand-region
Diffstat (limited to '.emacs.d/init.el')
| -rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6ce7dee..2331575 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -39,7 +39,7 @@ '(inhibit-startup-screen t) '(package-selected-packages (quote - (window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil)))) + (expand-region window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -59,6 +59,7 @@ (require 'init-program-basic) (require 'init-company) (require 'init-flycheck) + (require 'init-expand-region) (require 'init-window-numbering)) (provide 'init) |
