Skip to content

Commit

Permalink
feat(emacs): add blamer-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Sep 18, 2024
1 parent 4f22b53 commit 213eb18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,16 @@
"g r" #'diff-hl-revert-hunk
"g h" #'diff-hl-show-hunk))

(use-package blamer
:custom
(blamer-idle-time 0.25)
(blamer-min-offset 60)
(blamer-max-commit-message-length 120)
:custom-face
(blamer-face ((t :background nil
:weight normal
:italic nil))))

(use-package hl-todo
:config
(global-hl-todo-mode))
Expand Down

0 comments on commit 213eb18

Please sign in to comment.