add go to emacs init el uhigwerhouwehuo
This commit is contained in:
parent
bff696f9cd
commit
e0e2bc284b
1 changed files with 6 additions and 0 deletions
|
@ -387,6 +387,12 @@
|
|||
:custom
|
||||
(rustic-cargo-use-last-stored-arguments t))
|
||||
|
||||
;; go
|
||||
(use-package go-mode
|
||||
:ensure t
|
||||
:hook (go-mode . eglot-ensure)
|
||||
:mode ("\\.go\\'"))
|
||||
|
||||
;; --- Org-Mode ---
|
||||
(use-package org
|
||||
:ensure t
|
||||
|
|
Loading…
Reference in a new issue