summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs7
1 files changed, 1 insertions, 6 deletions
diff --git a/.emacs b/.emacs
index 9b8ef7a..6f884eb 100644
--- a/.emacs
+++ b/.emacs
@@ -59,9 +59,4 @@
'(server-mode t)
'(show-paren-mode t))
-(custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
- '(default ((t (:inherit default :height 80)))))
+(set-face-attribute 'default nil :height 80)