Skip to content

Commit

Permalink
fix(emacs): whitespace-mode incorrect highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 22, 2024
1 parent 95f814f commit 01504d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@
(setq-default truncate-lines t)
(show-paren-mode 1)

(use-package emacs
:ensure nil
:custom
(whitespace-style '(face
trailing
tabs
empty
indention
spaces
space-mark
space-after-tab
space-before-tab
tab-mark)))

;; TODO: serialize to file
(defun gg/set-background-opacity (opacity)
"Interactively change the current frame's OPACITY."
Expand Down

0 comments on commit 01504d6

Please sign in to comment.