From 8d273b555f2ec3c943a53b6a18004bfe0b848e8a Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 22 Nov 2017 13:45:25 -0500 Subject: [PATCH] Change fringe marker to a triangle --- global.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global.org b/global.org index fc8b7ad..2a6446b 100644 --- a/global.org +++ b/global.org @@ -401,6 +401,8 @@ This is the same as using \\[set-mark-command] with the prefix argument." (require 'fringe-current-line) (global-fringe-current-line-mode 1) +(setq fcl-fringe-bitmap 'right-triangle) + (require 'hlinum) (hlinum-activate)