diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-08 12:28:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-08 12:28:22 -0500 |
commit | 450c6c769107112b3533bfa3edd118a2c2480658 (patch) | |
tree | 3a075ae99706fcac8d52e93a188ab2884967550b /custom.el | |
parent | f4e49241b5cb55b5d463fc4d269a58c82b1ad18f (diff) | |
download | emacs-personal-450c6c769107112b3533bfa3edd118a2c2480658.tar.lz emacs-personal-450c6c769107112b3533bfa3edd118a2c2480658.tar.xz emacs-personal-450c6c769107112b3533bfa3edd118a2c2480658.zip |
replace helm for ivy
After experiencing these three packages, I liked helm, but to be honest,
I wasn't using all of its features and I was looking for a lighter and faster solution.
That's why, it's already a few years since I chose ivy and which corresponds entirely to my workflow.
Please note that my choice may vary according to your criteria 😊
Diffstat (limited to 'custom.el')
-rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ '(ecb-options-version "2.50") '(package-selected-packages (quote - (neotree log4j-mode yaml-mode whitespace-cleanup-mode web-mode use-package undo-tree sublime-themes sml-modeline smart-mode-line-powerline-theme shrink-path scss-mode sass-mode rainbow-mode pkgbuild-mode pip-requirements php-refactor-mode nlinum nginx-mode markdown-mode less-css-mode jedi highlight-indent-guides helm gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-gutter-fringe flycheck emmet-mode ecb dokuwiki-mode diminish crystal-mode company-php apache-mode anzu all-the-icons)))) + (neotree log4j-mode yaml-mode whitespace-cleanup-mode web-mode use-package undo-tree sublime-themes sml-modeline smart-mode-line-powerline-theme shrink-path scss-mode sass-mode rainbow-mode pkgbuild-mode pip-requirements php-refactor-mode nlinum nginx-mode markdown-mode less-css-mode jedi highlight-indent-guides gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-gutter-fringe flycheck emmet-mode ecb dokuwiki-mode diminish crystal-mode company-php apache-mode anzu all-the-icons)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |