aboutsummaryrefslogtreecommitdiffstats
path: root/custom.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-08-31 21:02:39 -0500
committerJesús <heckyel@hyperbola.info>2018-08-31 21:02:39 -0500
commit300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3 (patch)
tree8da4542da5423fea8d65fd206af9a320ac49b400 /custom.el
parentf18582dfd2195982aa14b7ab081f92d580e7f084 (diff)
downloademacs-personal-300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3.tar.lz
emacs-personal-300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3.tar.xz
emacs-personal-300d7e70f6dc95fa7e35fdd2eb5713a39f37d8f3.zip
Add support yaml-mode
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 c76af7d..9777930 100644
--- a/custom.el
+++ b/custom.el
@@ -11,7 +11,7 @@
'(anzu-search-threshold 1000)
'(package-selected-packages
(quote
- (editorconfig whitespace-cleanup-mode rainbow-mode scss-mode sass-mode less-css-mode ac-php smarty-mode php-mode pkgbuild-mode markdown-mode flycheck anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line nlinum sublime-themes))))
+ (yaml-mode editorconfig whitespace-cleanup-mode rainbow-mode scss-mode sass-mode less-css-mode ac-php smarty-mode php-mode pkgbuild-mode markdown-mode flycheck anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line nlinum sublime-themes))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.