aboutsummaryrefslogtreecommitdiffstats
path: root/custom.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-10-20 22:22:10 -0500
committerJesús <heckyel@hyperbola.info>2018-10-20 22:22:10 -0500
commit179372135dadcf909b363172b7e848c57e7041f9 (patch)
tree244d075923499e6001255b144edc55f232e128a3 /custom.el
parent2fe3cb41281f37dd8e009ab498fd41b66349349f (diff)
downloademacs-personal-179372135dadcf909b363172b7e848c57e7041f9.tar.lz
emacs-personal-179372135dadcf909b363172b7e848c57e7041f9.tar.xz
emacs-personal-179372135dadcf909b363172b7e848c57e7041f9.zip
change require-package to use-package
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index 7660e7a..8fe7887 100644
--- a/custom.el
+++ b/custom.el
@@ -12,7 +12,7 @@
'(ecb-options-version "2.50")
'(package-selected-packages
(quote
- (crystal-mode nginx-mode all-the-icons neotree emmet-mode ecb undo-tree pip-requirements jedi highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php))))
+ (rainbow-mode yaml-mode scss-mode sass-mode less-css-mode smarty-mode ac-php php-mode pkgbuild-mode pip-requirements jedi markdown-mode crystal-mode nginx-mode emmet-mode whitespace-cleanup-mode flycheck neotree 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.