Small defaults changes

This commit is contained in:
Vincent Ambo 2013-10-20 20:05:13 +02:00
parent 38f531c926
commit 96a0605e81
3 changed files with 8 additions and 1 deletions

View file

@ -35,6 +35,7 @@
uniquify-buffer-name-style 'forward
whitespace-style '(face trailing lines-tail tabs)
whitespace-line-column 80
default-directory "~"
fill-column 80
ediff-window-setup-function 'ediff-setup-windows-plain
ediff-diff-options "-w"
@ -101,8 +102,11 @@
(global-hl-line-mode -1)
(set-face-attribute 'default nil :font "Source Code Pro 13")
(set-default-font "Source Code Pro 13")
(add-to-list 'after-make-frame-functions 'set-font)
;; Don't make the nyan cat too long ... I have other stuff in the mode
;; bar as well!
(set-variable 'nyan-bar-length 15)