Hide scrollbars, make fringe half-width.

This commit is contained in:
2011-11-13 15:23:36 +00:00
parent 3df96f18f3
commit f1e5d8ef3c
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -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)