From 40c060ce6d7661a7f0e09e8afb3878fe4d7f1c61 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 7 Jan 2016 07:08:24 -0800 Subject: Minor emacs tweaks --- home/.emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el index 78c4415..87b93e6 100644 --- a/home/.emacs.d/init.el +++ b/home/.emacs.d/init.el @@ -24,7 +24,7 @@ (defalias 'yes-or-no-p 'y-or-n-p) ;; default window size -;y(when window-system (set-frame-size (selected-frame) 160 60)) +(when window-system (set-frame-size (selected-frame) 160 60)) ;; Highlight corresponding parentheses when cursor is on one (show-paren-mode t) @@ -33,7 +33,7 @@ ;(setq-default highlight-tabs t) ;; Show trailing white spaces -;(setq-default show-trailing-whitespace t) +(setq-default show-trailing-whitespace t) ;;; Other configuration (mapc 'load (file-expand-wildcards "~/.emacs.d/config/*.el")) -- cgit v1.2.3