From d6312186eb4a2b4522b9c6b66951e1535c83646d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 28 Jun 2015 22:32:24 -0700 Subject: [PATCH] dumb tweak. --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index b7af6b72..42dd508d 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1921,7 +1921,7 @@ window is active in the perspective." (load-theme theme no-confirm no-enable) (set-my-font-for-frame nil)) -(defun set-my-font-for-frame (frame) +(defun set-my-font-for-frame (&optional frame) (interactive (list nil)) (condition-case exp (set-frame-font (random-choice imalison:fonts) nil t)