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)
|
||||
:config
|
||||
(my/setup-c-style-newline-keys go-mode-map))
|
||||
;; (use-package go-ts-mode
|
||||
;; :ensure nil
|
||||
;; :hook (go-ts-mode . my/eglot-if-trusted)
|
||||
;; :custom (go-ts-mode-indent-offset 4)
|
||||
;; :config
|
||||
;; (my/setup-c-style-newline-keys go-ts-mode-map))
|
||||
(use-package go-ts-mode
|
||||
:ensure nil
|
||||
:hook (go-ts-mode . my/eglot-if-trusted)
|
||||
:custom (go-ts-mode-indent-offset 4))
|
||||
|
||||
;; rust
|
||||
(use-package rust-mode)
|
||||
|
||||
Reference in New Issue
Block a user