summaryrefslogtreecommitdiffstats
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org5
1 files changed, 3 insertions, 2 deletions
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