Change go-ts-mode settings
This commit is contained in:
10
init.el
10
init.el
@ -2065,12 +2065,10 @@ This is :around advice, so OLDFUN is the real function
|
|||||||
:hook (go-mode . my/eglot-if-trusted)
|
:hook (go-mode . my/eglot-if-trusted)
|
||||||
:config
|
:config
|
||||||
(my/setup-c-style-newline-keys go-mode-map))
|
(my/setup-c-style-newline-keys go-mode-map))
|
||||||
;; (use-package go-ts-mode
|
(use-package go-ts-mode
|
||||||
;; :ensure nil
|
:ensure nil
|
||||||
;; :hook (go-ts-mode . my/eglot-if-trusted)
|
:hook (go-ts-mode . my/eglot-if-trusted)
|
||||||
;; :custom (go-ts-mode-indent-offset 4)
|
:custom (go-ts-mode-indent-offset 4))
|
||||||
;; :config
|
|
||||||
;; (my/setup-c-style-newline-keys go-ts-mode-map))
|
|
||||||
|
|
||||||
;; rust
|
;; rust
|
||||||
(use-package rust-mode)
|
(use-package rust-mode)
|
||||||
|
|||||||
Reference in New Issue
Block a user