diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-19 16:55:10 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-19 17:00:12 -0500 |
commit | 80d7c725190260ad3a12c0c62360cafda7e1bfed (patch) | |
tree | a893171edd12fa310041bab8f3eb64549b3bad28 /.config/emacs | |
parent | c9bc68920341b606aefc83d7f250c796929b1362 (diff) |
emacs: Update my list of packages
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/init.el | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 5429c08..5f399a0 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -95,6 +95,7 @@ (smart-tabs-mode 1) (apply 'smart-tabs-insinuate (mapcar 'car smart-tabs-insinuate-alist)))) ;; Major modes + (:name bison-mode :type elpa) (:name coffee-mode :type elpa :after (add-hook 'coffee-mode-hook '(lambda () @@ -102,6 +103,7 @@ (set (make-local-variable 'indent-tabs-mode) nil) ))) (:name graphviz-dot-mode :type elpa) + (:name haml-mode :type elpa) (:name markdown-mode :type elpa :after (add-to-list 'auto-mode-alist '("\\.ronn\\'" . markdown-mode))) (:name nginx-mode :type elpa @@ -113,15 +115,19 @@ (el-get 'sync '(el-get ;; Minor modes dtrt-indent - smart-tabs-mode page-break-lines + smart-tabs-mode ;; Major modes - apel flim semi wanderlust + ;;apel flim semi wanderlust ; wanderlust is huge, only use on emailing boxes + ;;nxhtml ; nxhtml is invasive, only enable if actively using + bison-mode + coffee-mode graphviz-dot-mode + haml-mode markdown-mode nginx-mode - ;;nxhtml ; nxhtml is invasive, only enable if actively using php-mode-improved + scss-mode )) |