.emacs.d/init.el
This commit is contained in:
parent
59a8f44e4d
commit
2745411925
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue