aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-04-02 02:44:12 -0700
committerJakob Odersky <jakob@odersky.com>2016-04-02 02:44:26 -0700
commita84101ab57420696b6a15d67083153d61b47d66c (patch)
tree0fc1bc79e6cd3c1829805200fb9a699e8db32bc9 /home/.emacs.d/init.el
parent8e12e5a084c4d02267b52a580a8fa35289050eb1 (diff)
downloaddotfiles-a84101ab57420696b6a15d67083153d61b47d66c.tar.gz
dotfiles-a84101ab57420696b6a15d67083153d61b47d66c.tar.bz2
dotfiles-a84101ab57420696b6a15d67083153d61b47d66c.zip
Small fixes
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index b57ab22..19aef8f 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -27,7 +27,6 @@
(when window-system (set-frame-size (selected-frame) 160 60))
;; set title of frame to current buffer
-;;(setq frame-title-format "%b")
(setq frame-title-format '(buffer-file-name "%f" "%b"))
;; Highlight corresponding parentheses when cursor is on one