used a smaller fringe
This commit is contained in:
parent
52e2e165e3
commit
677ebde235
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@
|
||||||
(column-number-mode t)
|
(column-number-mode t)
|
||||||
(size-indication-mode t)
|
(size-indication-mode t)
|
||||||
|
|
||||||
|
;; make the fringe (gutter) smaller
|
||||||
|
;; the argument is a width in pixels (the default is 8)
|
||||||
|
(fringe-mode 4)
|
||||||
|
|
||||||
;; enable y/n answers
|
;; enable y/n answers
|
||||||
(fset 'yes-or-no-p 'y-or-n-p)
|
(fset 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue