mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Hide scrollbars, make fringe half-width.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user