diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ ;; Tools (require 'init-apache nil 'noerror) (require 'init-flycheck nil 'noerror) +(require 'init-helm nil 'noerror) (require 'init-whitespace nil 'noerror) (require 'init-emmet-mode nil 'noerror) (require 'init-nginx nil 'noerror) |