.emacs.d/init.el

This commit is contained in:
Tom Willemsen 2012-10-03 02:50:02 +02:00
parent 59a8f44e4d
commit 2745411925

View file

@ -813,7 +813,8 @@ for easy selection."
"Warning"
"Missing docstring"
"String statement has no effect"
"No value passed for parameter"))))
"No value passed for parameter"
"imported but unused"))))
(setq frame-title-format '(:eval (concat "emacs: " (buffer-name))))
(setq geiser-repl-history-filename "~/.emacs.d/geiser-history")
(setq gtags-auto-update t)
@ -925,6 +926,7 @@ for easy selection."
("marmalade" . "http://marmalade-repo.org/packages/")))
(setq package-load-list '((htmlize "1.39")
(lua-mode "20111107")
(python "0.24.2")
all))
(setq php-function-call-face 'font-lock-function-name-face)
(setq php-mode-force-pear t)