From c5f6a66aa25dad14883a97001c2e55c99191da5c Mon Sep 17 00:00:00 2001 From: Enrico Lovisotto Date: Thu, 12 Jan 2023 16:35:50 +0100 Subject: [PATCH] Removed unused Go configuration --- init.org | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/init.org b/init.org index 0f64b0d..cc2ba33 100644 --- a/init.org +++ b/init.org @@ -550,16 +550,6 @@ Setup colored parenthesis for :hook ((lisp-mode . rainbow-delimiters-mode))) #+end_src -** golang -Install ~golang~ packege (on Ubuntu) or similar to have the format -capability. Note that tabs are mandatory, and in general ~gofmt~ -puts a ~.go~ file to the correct formatting style. - -#+begin_src elisp - (use-package go-mode - :hook ((before-save-hook . gofmt-before-save)) - :custom ((tab-width 4))) -#+end_src * Epilogue Re-set garbage collector limit to a sensible value. -- 2.38.5