From: Olivier Tétard Date: Mon, 20 Jul 2009 08:44:29 +0000 (+0200) Subject: emacs.el: (set-default-font) => (set-frame-font) X-Git-Url: http://olivier.miskin.fr/git/?p=dotfiles.git;a=commitdiff_plain;h=e2d95bc1c299467adef576a90e5d026edeff1773 emacs.el: (set-default-font) => (set-frame-font) --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 0ccddb3..f7adf6d 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -57,7 +57,7 @@ ;; font (if (>= emacs-major-version 23) - (set-default-font "DejaVu Sans Mono-10")) + (set-frame-font "DejaVu Sans Mono-10")) ;; ,---- ;; | Comportement