.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" "Warning"
"Missing docstring" "Missing docstring"
"String statement has no effect" "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 frame-title-format '(:eval (concat "emacs: " (buffer-name))))
(setq geiser-repl-history-filename "~/.emacs.d/geiser-history") (setq geiser-repl-history-filename "~/.emacs.d/geiser-history")
(setq gtags-auto-update t) (setq gtags-auto-update t)
@ -925,6 +926,7 @@ for easy selection."
("marmalade" . "http://marmalade-repo.org/packages/"))) ("marmalade" . "http://marmalade-repo.org/packages/")))
(setq package-load-list '((htmlize "1.39") (setq package-load-list '((htmlize "1.39")
(lua-mode "20111107") (lua-mode "20111107")
(python "0.24.2")
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)