aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-15 17:20:58 -0500
committerJesús <heckyel@hyperbola.info>2019-02-15 17:20:58 -0500
commite76dcadfe658a3425a8d0c11c7e43703443db697 (patch)
treee80ad19acc0881bced495136dc7b0434ea547aa3
parenta40dc44e423720366ae865f68b2311c86735cef7 (diff)
downloademacs-personal-e76dcadfe658a3425a8d0c11c7e43703443db697.tar.lz
emacs-personal-e76dcadfe658a3425a8d0c11c7e43703443db697.tar.xz
emacs-personal-e76dcadfe658a3425a8d0c11c7e43703443db697.zip
Added helm
-rw-r--r--custom.el2
-rw-r--r--init.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index 7b9cf66..2a06ef4 100644
--- a/custom.el
+++ b/custom.el
@@ -11,7 +11,7 @@
'(ecb-options-version "2.50")
'(package-selected-packages
(quote
- (dokuwiki-mode web-mode rainbow-mode yaml-mode scss-mode sass-mode less-css-mode pkgbuild-mode pip-requirements jedi company-php php-mode php-refactor-mode markdown-mode crystal-mode git-timemachine gitattributes-mode gitignore-mode gitconfig-mode git-gutter-fringe nginx-mode emmet-mode whitespace-cleanup-mode flycheck apache-mode neotree shrink-path all-the-icons highlight-indent-guides anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line ecb diminish undo-tree nlinum sublime-themes use-package))))
+ (helm dokuwiki-mode web-mode rainbow-mode yaml-mode scss-mode sass-mode less-css-mode pkgbuild-mode pip-requirements jedi company-php php-mode php-refactor-mode markdown-mode crystal-mode git-timemachine gitattributes-mode gitignore-mode gitconfig-mode git-gutter-fringe nginx-mode emmet-mode whitespace-cleanup-mode flycheck apache-mode neotree shrink-path all-the-icons highlight-indent-guides anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line ecb diminish undo-tree nlinum sublime-themes use-package))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
diff --git a/init.el b/init.el
index 0c1b212..aad3714 100644
--- a/init.el
+++ b/init.el
@@ -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)