aboutsummaryrefslogtreecommitdiffstats
path: root/custom.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-10-04 12:26:41 -0500
committerJesús <heckyel@hyperbola.info>2018-10-04 12:26:41 -0500
commitbff67e0c33216993289096eb1530aca9630841ce (patch)
tree9fc13bd8610af3e83e8dc133283bb45bca94c1cf /custom.el
parentc4ed81a9a81887addf3389482c0fb77f111fce81 (diff)
downloademacs-personal-bff67e0c33216993289096eb1530aca9630841ce.tar.lz
emacs-personal-bff67e0c33216993289096eb1530aca9630841ce.tar.xz
emacs-personal-bff67e0c33216993289096eb1530aca9630841ce.zip
Added major mode for editing nginx config files
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 8ece644..516f806 100644
--- a/custom.el
+++ b/custom.el
@@ -12,7 +12,7 @@
'(ecb-options-version "2.50")
'(package-selected-packages
(quote
- (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))))
+ (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))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.