Clean up; refactor
This commit is contained in:
parent
d87817725f
commit
ee0930c11a
9 changed files with 97 additions and 89 deletions
|
@ -3,7 +3,8 @@
|
|||
(use-package csharp-mode
|
||||
:functions (csharp-log)
|
||||
:mode "\\.cs$"
|
||||
:init (add-hook! csharp-mode 'flycheck-mode))
|
||||
:init (add-hook! csharp-mode 'flycheck-mode)
|
||||
:config (require 'omnisharp))
|
||||
|
||||
;; unity shaders
|
||||
(use-package shader-mode :mode "\\.shader$")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue