diff --git a/emacs/init.org b/emacs/init.org index 98ebbcd..2368205 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1303,7 +1303,7 @@ (add-hook 'smartparens-mode-on-hook 'oni:smartparens-set-keys) #+END_SRC -* Initialize EMMS :emms: +* Initialize EMMS :emms:media: Initialize a minimal EMMS setup. Load the default players so we can use mplayer or any of the generic mp3 and ogg players. @@ -1418,6 +1418,7 @@ ("gnu" . "http://elpa.gnu.org/packages/"))) (setq package-load-list '((htmlize "1.39") (lua-mode "20111107") + (dispass "1.1.2.1") all)) (setq php-function-call-face 'font-lock-function-name-face) (setq php-mode-force-pear t) @@ -1632,6 +1633,6 @@ 'magit-default-tracking-name-branch-only) (setq magit-diff-refine-hunk 'all) - ;;; Finally, load any `customize' settings and slime. + ;;; Finally, load any `customize' settings. (load custom-file) #+END_SRC