Skip to content

Commit

Permalink
docs(emacs): explain custom variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Oct 4, 2024
1 parent 44ea2c1 commit 5eaea73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
(use-package forge
:after magit
:custom
(forge-add-default-bindings nil)
(forge-add-default-bindings nil) ;; Use evil-collection instead
(forge-owned-accounts '(("gekoke"))))

(use-package diff-hl
Expand Down

0 comments on commit 5eaea73

Please sign in to comment.