Skip to content

Commit

Permalink
fix(compile): remove accidentally added quote
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 29, 2023
1 parent bf3a4e0 commit 69bd4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ the children of class at point."
:straight (:type built-in)
:commands +toggle-burry-compilation-buffer-if-successful
;; Enable ANSI colors in compilation buffer
:hook (compilation-filter . 'ansi-color-compilation-filter)
:hook (compilation-filter . ansi-color-compilation-filter)
:config
;; Integration of `compile' with `savehist'
(with-eval-after-load 'savehist
Expand Down

0 comments on commit 69bd4b3

Please sign in to comment.