From 8951795aef75eabd83d4e320649ec43479954813 Mon Sep 17 00:00:00 2001 From: zeekay Date: Sat, 31 Dec 2011 06:30:53 -0600 Subject: [PATCH] Fix emacsclient --- emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.d/init.el b/emacs.d/init.el index 8d7c1d0..1eed4aa 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -3,12 +3,12 @@ (setq vc-follow-symlinks t) (menu-bar-mode -1) (tool-bar-mode -1) -(toggle-scroll-bar -1) +(scroll-bar-mode -1) ;; Basic (setq scroll-step 1) (setq-default indent-tabs-mode nil) -(set-default-font "MonteCarlo") +(set-default-font "MonteCarlo:pixelsize=11:foundry=Bok:weight=normal:slant=normal:width=normal:spacing=100:scalable=false") (setq visible-cursor nil) (setq cursor-in-non-selected-windows nil) (fset 'yes-or-no-p 'y-or-n-p)