From: Francois Fleuret Date: Mon, 14 Oct 2013 20:32:28 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=ebe1f23667320ac94995200a4e3b82b20a8be8d6 Update. --- diff --git a/emacs.el b/emacs.el index a3e1386..7687fbc 100644 --- a/emacs.el +++ b/emacs.el @@ -50,6 +50,7 @@ ;; Nor fringes ;; (when (functionp 'fringe-mode) (fringe-mode '(0 . 0))) ;; (when (functionp 'fringe-mode) (fringe-mode '(0 . 1))) +(when (functionp 'fringe-mode) (fringe-mode '(12 . 12))) ;; And I do not like scrollbar neither (when (functionp 'scroll-bar-mode) (scroll-bar-mode -1))