Codebase list magit / 802fba7
Turn off display-line-numbers-mode if on Aaron Madlon-Kay authored 5 years ago Jonas Bernoulli committed 5 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
545545 (when (and (fboundp 'nlinum-mode)
546546 (bound-and-true-p global-nlinum-mode))
547547 (nlinum-mode -1))
548 (when (and (fboundp 'display-line-numbers-mode)
549 (bound-and-true-p global-display-line-numbers-mode))
550 (display-line-numbers-mode -1))
548551 (add-hook 'kill-buffer-hook 'magit-preserve-section-visibility-cache))
549552
550553 (defvar-local magit-region-overlays nil)