X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs.el;h=7687fbcfb8efc6781ebbf66d3ef6ead7e8059f29;hb=ebe1f23667320ac94995200a4e3b82b20a8be8d6;hp=3d01f807c9255fd9f7647461013120de222f74f4;hpb=a6466fddbbd267e8675f2274daf18e31b6ac4eeb;p=elisp.git diff --git a/emacs.el b/emacs.el index 3d01f80..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)) @@ -219,6 +220,12 @@ load-warning buffer in case of failure." mc-use-default-recipients t ;; browse-url-new-window-flag t + + ;; I do not like compilation to automatically split the active window + ;; vertically, even when the said window is very wide + split-height-threshold 0 + split-width-threshold nil + ) ;; The backups