Skip to content

Commit 50d1237

Browse files
committed
fix(emacs): disable blamer
Until a bug which causes it to error on lines with no associated Git commit is fixed
1 parent bd8a795 commit 50d1237

File tree

1 file changed

+0
-12
lines changed
  • modules/nixos/programs/emacs

1 file changed

+0
-12
lines changed

modules/nixos/programs/emacs/init.el

-12
Original file line numberDiff line numberDiff line change
@@ -529,18 +529,6 @@
529529
:after magit
530530
:config (magit-todos-mode 1))
531531

532-
(use-package blamer
533-
:custom
534-
(blamer-idle-time 0.25)
535-
(blamer-min-offset 60)
536-
(blamer-max-commit-message-length 120)
537-
:custom-face
538-
(blamer-face ((t :background nil
539-
:weight normal
540-
:italic nil)))
541-
:config
542-
(global-blamer-mode 1))
543-
544532
(use-package diff-hl
545533
:custom
546534
(diff-hl-show-staged-changes nil)

0 commit comments

Comments
 (0)