summary refs log tree commit diff
path: root/emacs.d/lib
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lib/settings.el (renamed from emacs.d/lib/config.el)4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.d/lib/config.el b/emacs.d/lib/settings.el
index 1c43223..b123c1d 100644
--- a/emacs.d/lib/config.el
+++ b/emacs.d/lib/settings.el
@@ -54,7 +54,7 @@
 (setq frame-title-format '( "%b" " [" (:eval mode-name) "]"))
 
 ;; Set default font. Large font for the main window, but small font for the modeline
-(set-face-attribute 'default nil :family "Menlo" :height 130 :weight 'normal :width 'normal)
+(set-face-attribute 'default nil :family "Menlo" :height 160 :weight 'normal :width 'normal)
 (set-face-attribute 'mode-line nil  :height 110 :background "grey90")
 
 ;; nicer background than plain white
@@ -62,4 +62,4 @@
 
 (setq custom-file (expand-file-name "var/emacs-custom.el" user-emacs-directory))
 
-(provide 'config)
+(provide 'settings)