diff options
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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) |