Skip to content

Commit

Permalink
tweak(emacs): show trailing whitespace without whitespace-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 9, 2024
1 parent 90441ef commit 055f15f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@
:ensure t
:hook (emacs-startup . global-jinx-mode))

(use-package emacs
:custom
(show-trailing-whitespace t))

(use-package whitespace
:ensure nil
:init
Expand Down

0 comments on commit 055f15f

Please sign in to comment.