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)