summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-29 01:07:50 +0200
committerGravatar Tom Willemse2013-05-29 01:07:50 +0200
commit4ed347264e81d4e939b7c326443a29470c9e06ac (patch)
tree2b05761892d5da53d8a8013f48a296d593f3d8f2 /emacs
parent6e61c024e10450dc8e5d3b42c25543cd632c063e (diff)
downloaddotfiles-4ed347264e81d4e939b7c326443a29470c9e06ac.tar.gz
dotfiles-4ed347264e81d4e939b7c326443a29470c9e06ac.zip
Minor fixes
Diffstat (limited to 'emacs')
-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