summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-03 02:50:02 +0200
committerGravatar Tom Willemsen2012-10-03 02:50:02 +0200
commit2745411925ac33e1560226ebb6a4438039d9ddc3 (patch)
tree97743b9e1f2813b8ff11a9284c7ddebee62689db /.emacs.d
parent59a8f44e4d3374f61e8989c648aeb324885afc6b (diff)
downloaddotfiles-2745411925ac33e1560226ebb6a4438039d9ddc3.tar.gz
dotfiles-2745411925ac33e1560226ebb6a4438039d9ddc3.zip
.emacs.d/init.el
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 2711797..3b660e1 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -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)