Fix showing of indicators in the fringe.

Fix #5510
This commit is contained in:
Christoph Paulik 2016-04-28 14:25:25 +02:00 committed by syl20bnr
parent 5f8e24405a
commit 421cb62783

View file

@ -115,9 +115,6 @@ It runs `tabulated-list-revert-hook', then calls `tabulated-list-print'."
;; important for golden-ratio to better work
(setq window-combination-resize t)
;; fringes
(setq-default fringe-indicator-alist
'((truncation . nil) (continuation . nil)))
;; Show column number in mode line
(setq column-number-mode t)
;; Activate linum-mode in all prog-mode and text-mode buffers if the setting is