this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Emacs) golang configuration

+7
+7
home/emacs/emacs.org
··· 356 356 (json-mode . json-ts-mode) 357 357 (css-mode . css-ts-mode) 358 358 (elixir-mode . elixir-ts-mode) 359 + (go-mode . go-ts-mode) 359 360 (python-mode . python-ts-mode))) 360 361 #+end_src 361 362 ··· 493 494 (use-package ob-elixir) 494 495 #+end_src 495 496 497 + *** Golang 498 + #+begin_src emacs-lisp 499 + (use-package go-mode 500 + :mode "\\.go\\'" 501 + :hook (go-mode . lsp-deferred)) 502 + #+end_src 496 503 ** DevOps 497 504 *** Kubernetes 498 505 Enables plugin to we can use kubectl inside of emacs