Skip to content

Commit

Permalink
tweak(emacs): csharp: use csharp-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Apr 7, 2024
1 parent 4bb9f79 commit d691652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
:config
(remember-last-theme-enable))

(set-face-attribute 'default nil :family "Iosevka Term Nerd Font" :height 130 :weight 'semi-bold)
(set-face-attribute 'default nil :family "JetBrains Mono Nerd Font" :height 110 :weight 'semi-bold)

(use-package ligature
:config
Expand Down Expand Up @@ -607,7 +607,6 @@
(use-package treesit-auto
:config
(delete 'yaml treesit-auto-langs) ;; yaml-mode is superior
(delete 'c-sharp treesit-auto-langs) ;; csharp-ts-mode highlighting sucks
(global-treesit-auto-mode))

(use-package yasnippet)
Expand Down

0 comments on commit d691652

Please sign in to comment.