Minor fixes
This commit is contained in:
parent
6e61c024e1
commit
4ed347264e
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue