From e0e2bc284be577b7ac3fa7d762f19ba1cf4e8645 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:36:42 +0400 Subject: [PATCH] add go to emacs init el uhigwerhouwehuo --- config/emacs/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/emacs/init.el b/config/emacs/init.el index 7e0eb58a..bf74ad2c 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -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