Merge branch 'master' of git://gitorious.org/ryuslash/dotfiles
This commit is contained in:
commit
4ec8f35b04
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
3
emacs.d/20-php-mode-improved.el
Normal file
3
emacs.d/20-php-mode-improved.el
Normal file
|
@ -0,0 +1,3 @@
|
|||
(add-hook 'php-mode-hook
|
||||
(lambda ()
|
||||
(setq php-warn-if-mumamo-off nil)))
|
Loading…
Reference in a new issue