aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2016-01-07 07:08:24 -0800
committerJakob Odersky <jodersky@gmail.com>2016-01-07 07:08:24 -0800
commit40c060ce6d7661a7f0e09e8afb3878fe4d7f1c61 (patch)
treecf8fd758a4d90ff4820b848af52f6922ea6c55c9 /home/.emacs.d/init.el
parent1daada234d3b61c513f642d8f5964af9d2209088 (diff)
downloaddotfiles-40c060ce6d7661a7f0e09e8afb3878fe4d7f1c61.tar.gz
dotfiles-40c060ce6d7661a7f0e09e8afb3878fe4d7f1c61.tar.bz2
dotfiles-40c060ce6d7661a7f0e09e8afb3878fe4d7f1c61.zip
Minor emacs tweaks
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"))