projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901f0ea
)
; * lisp/progmodes/csharp-mode.el: Add missing require form.
author
Yuan Fu
<casouri@gmail.com>
Thu, 24 Nov 2022 03:34:10 +0000
(19:34 -0800)
committer
Yuan Fu
<casouri@gmail.com>
Thu, 24 Nov 2022 03:48:28 +0000
(19:48 -0800)
lisp/progmodes/csharp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/csharp-mode.el
b/lisp/progmodes/csharp-mode.el
index 23d7b05d50b4ef8e7717e2d0787ec07aa4c210b1..c507de94e037784a9c75ff43b7236720b8eaa82e 100644
(file)
--- a/
lisp/progmodes/csharp-mode.el
+++ b/
lisp/progmodes/csharp-mode.el
@@
-27,6
+27,7
@@
(require 'compile)
(require 'cc-mode)
(require 'cc-langs)
+(require 'treesit)
(eval-when-compile
(require 'cc-fonts))