aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-10-30 14:34:18 -0700
committerJakob Odersky <jodersky@gmail.com>2015-10-30 14:34:18 -0700
commitfafa92c7f0b339fa21c49c230a86e8f3ea299efc (patch)
treecd9ffac9b09d9080386e4e6a554c45e286cb59a6 /home/.emacs.d/init.el
parent98f53fcd6058586474b64e661705efd872da9c6f (diff)
downloaddotfiles-fafa92c7f0b339fa21c49c230a86e8f3ea299efc.tar.gz
dotfiles-fafa92c7f0b339fa21c49c230a86e8f3ea299efc.tar.bz2
dotfiles-fafa92c7f0b339fa21c49c230a86e8f3ea299efc.zip
emacs tweaks
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index a0b1aa9..78c4415 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
-(when window-system (set-frame-size (selected-frame) 160 60))
+;y(when window-system (set-frame-size (selected-frame) 160 60))
;; Highlight corresponding parentheses when cursor is on one
(show-paren-mode t)