From cd6ac84014eb395754aa4cc84d53e2f7c54bea02 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 12 Aug 2011 15:09:05 +0200 Subject: Can use default-frame-alist and initial-frame-alist --- .emacs.d/functions.el | 7 ------- 1 file changed, 7 deletions(-) (limited to '.emacs.d/functions.el') diff --git a/.emacs.d/functions.el b/.emacs.d/functions.el index 1767290..dcf6723 100644 --- a/.emacs.d/functions.el +++ b/.emacs.d/functions.el @@ -88,13 +88,6 @@ Currently adds | & ! . + = - / % * , < > ? : ->" "Find out which major-mode is currently used" (with-current-buffer buffer-or-string major-mode)) -(defun setup-system-frame-colours (&rest frame) - (let ((f (if (car frame) - (car frame) - (selected-frame)))) - (progn - (set-frame-font "-*-tamsyn-medium-*-*-*-15-*-*-*-*-80-*-*")))) - (defun show-init-sections () (interactive) (occur ";;\s +.*\s +;;") -- cgit v1.2.3-54-g00ecf