summaryrefslogtreecommitdiffstats
path: root/.emacs.d/functions.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/functions.el')
-rw-r--r--.emacs.d/functions.el7
1 files changed, 0 insertions, 7 deletions
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 +;;")