Skip to content

Commit

Permalink
emacs: Add support for zen-mode (crafttweaker)
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Jan 28, 2024
1 parent f599d90 commit a5f06d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-config/dotfiles/emacs.d/config/programming-languages.el
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@
(use-package yuck-mode
:mode (rx ".yuck" string-end))

(use-package zen-mode
:mode (rx ".zs"))

;; ----------------------------------------------------------------------------------
;; ----------------------------------------------------------------------------------
;;; More generic programming-language support features
Expand Down

0 comments on commit a5f06d4

Please sign in to comment.