aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
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"))