Skip to content

Commit

Permalink
Fix emacsclient
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Dec 31, 2011
1 parent c6de772 commit 8951795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emacs.d/init.el
Expand Up @@ -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)
Expand Down

0 comments on commit 8951795

Please sign in to comment.