Files
confi-emacs-actual/configs/lang-go.el
kj dabaf86f28 Big re-write :)
I reordered the code in a more clean an organized way. Also this improves a lot
the emacs startup time again, bucause after some updates it becomes a bit slow
with the old configuration, so i did it again in a new way.
2025-07-20 13:18:05 -03:00

16 lines
319 B
EmacsLisp

;;; lang-go.el --- Configuración para el lenguaje go -*- lexical-binding: t -*-
;; Author: kj <webmaster@outcontrol.net>
;; URL: https://git.kj2.me/kj/confi-emacs-actual
;;; Commentary:
;; Archivo de configuración para el lenguaje GO
;;; Code:
(use-package go-mode)
(provide 'lang-go)
;;; lang-go.el ends here