diff options
author | Alan Pearce | 2024-04-29 19:32:11 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-29 19:33:39 +0200 |
commit | 7a3f06fe4aa3a61b9d86b6aebdb404eba95d9eb5 (patch) | |
tree | 16df85dd6727a20453e60f4c5ee7a683d0d10161 /user/settings | |
parent | 7ae86e21a36265d432a7384a525add7ca617b0bf (diff) | |
download | nixfiles-7a3f06fe4aa3a61b9d86b6aebdb404eba95d9eb5.tar.lz nixfiles-7a3f06fe4aa3a61b9d86b6aebdb404eba95d9eb5.tar.zst nixfiles-7a3f06fe4aa3a61b9d86b6aebdb404eba95d9eb5.zip |
emacs: install nix-ts-mode
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/emacs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index e4cc8fe2..97563014 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -132,6 +132,7 @@ in markdown-mode marginalia nerd-icons + nix-ts-mode orderless doom-modeline php-mode |