From d6b83293b28017dcb24cd570cce677a330c41d3d Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Thu, 11 Feb 2016 11:19:22 +0800 Subject: [PATCH] Diminish relative line numbers It's a little pointless taking up space in the modeline to indicate that the LR minor mode is active when line numbers are themselves visible and it is this clear to everyone that they are active. --- layers/+distribution/spacemacs/packages-backup.el | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/+distribution/spacemacs/packages-backup.el b/layers/+distribution/spacemacs/packages-backup.el index e05b75b77..7ecace036 100644 --- a/layers/+distribution/spacemacs/packages-backup.el +++ b/layers/+distribution/spacemacs/packages-backup.el @@ -1176,6 +1176,7 @@ on whether the spacemacs-ivy layer is used or not, with (defun spacemacs/init-linum-relative () (use-package linum-relative :commands (linum-relative-toggle linum-relative-on) + :diminish "" :init (progn (when (eq dotspacemacs-line-numbers 'relative)