From 8dd747b1db2b7f51a5077ceefcbbb76203c5bc05 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Fri, 15 Dec 2017 07:36:33 +0800 Subject: update --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7b5b36e..8f985d7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -42,7 +42,7 @@ '(inhibit-startup-screen t) '(package-selected-packages (quote - (expand-region window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil)))) + (helm 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. @@ -65,6 +65,7 @@ (require 'init-company) (require 'init-flycheck) (require 'init-expand-region) + (require 'init-helm) (require 'init-window-numbering)) (provide 'init) -- cgit v1.2.3