Skip to content

Commit

Permalink
fix(emacs): disable csharp-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 20, 2025
1 parent 7a4239c commit 575861b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@
:config
(delete 'yaml treesit-auto-langs) ;; yaml-mode is superior
(delete 'rust treesit-auto-langs) ;; conflicts with mode set up by rustic-mode config
(delete 'c-sharp treesit-auto-langs) ;; sucks
(global-treesit-auto-mode))

(use-package yasnippet)
Expand Down

0 comments on commit 575861b

Please sign in to comment.