summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index e0e39d4..f1650a4 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -75,7 +75,7 @@
;; 1) Disable package.el from getting loading all downloaded packages
;; 2) Use el-get to load a specified list of packages from elpa.
;;
-;; This is also nice because I can do event-base programming for what
+;; This is also nice because I can do event-based programming for what
;; to do once a package is loaded, using :after.
;; For some reason, el-get adds a bunch of 3rd-party repos to
@@ -111,12 +111,13 @@
(:name haml-mode :type elpa)
(:name markdown-mode :type elpa
:after (add-to-list 'auto-mode-alist '("\\.ronn\\'" . markdown-mode)))
+ (:name mediawiki :type elpa)
(:name nginx-mode :type elpa
:after (put 'nginx-indent-level 'safe-local-variable 'integerp))
(:name scss-mode :type elpa)
(:name yaml-mode :type elpa)
))
-;; What packages el-get should install, both from above, and it's
+;; What packages el-get should install, both from above, and its
;; internal list of sources.
(el-get 'sync (append
'(el-get)
@@ -138,6 +139,8 @@
graphviz-dot-mode
haml-mode
markdown-mode
+ yaml-mode
+ mediawiki
nginx-mode
php-mode-improved
scss-mode