Minor fixes

This commit is contained in:
Tom Willemse 2013-05-29 01:07:50 +02:00
parent 6e61c024e1
commit 4ed347264e

View file

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