Change fringe marker to a triangle

master
Jacopo De Simoi 8 years ago
parent aa94e5a0eb
commit 8d273b555f
  1. 2
      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)

Loading…
Cancel
Save