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)