From f1e5d8ef3c0400c80042b5a45656cdf436d1cfc0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 13 Nov 2011 15:23:36 +0000 Subject: [PATCH] Hide scrollbars, make fringe half-width. --- appearance.el | 2 +- custom-variables.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/appearance.el b/appearance.el index d8a4d68..8b0e0c2 100644 --- a/appearance.el +++ b/appearance.el @@ -16,7 +16,7 @@ (tool-bar-mode -1) ;; Scrollbar -(set-scroll-bar-mode 'right) +(set-scroll-bar-mode 'nil) ;; Show matching paranthensis (show-paren-mode t) diff --git a/custom-variables.el b/custom-variables.el index a4c89fd..121a992 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -31,6 +31,7 @@ '(fci-rule-color "#593B38") '(fci-rule-width 1) '(fill-column 78) + '(fringe-mode (quote (4 . 4)) nil (fringe)) '(global-auto-revert-mode t) '(global-undo-tree-mode t) '(history-length 500)