diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-15 17:20:58 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-15 17:20:58 -0500 |
commit | e76dcadfe658a3425a8d0c11c7e43703443db697 (patch) | |
tree | e80ad19acc0881bced495136dc7b0434ea547aa3 /init.el | |
parent | a40dc44e423720366ae865f68b2311c86735cef7 (diff) | |
download | emacs-personal-e76dcadfe658a3425a8d0c11c7e43703443db697.tar.lz emacs-personal-e76dcadfe658a3425a8d0c11c7e43703443db697.tar.xz emacs-personal-e76dcadfe658a3425a8d0c11c7e43703443db697.zip |
Added helm
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) |