Merge branch 'master' of git://gitorious.org/ryuslash/dotfiles

This commit is contained in:
Tom Willemsen 2011-04-26 11:04:25 +02:00
commit 4ec8f35b04
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-10"))
(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-10:antialias=true"))
(setq inhibit-startup-message t) ; don't show welcome screen
(setq require-final-newline t) ; always append a newline to a

View file

@ -0,0 +1,3 @@
(add-hook 'php-mode-hook
(lambda ()
(setq php-warn-if-mumamo-off nil)))