confi-emacs-actual/configs/lang-go.el
KJ 503bf53890 Migrate from straight.el to elpaca.
Idk why, I only can try it.

For now the emacs-init-time whas improved.
2023-09-16 14:05:56 -04:00

17 lines
330 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
:defer t)
(provide 'lang-go)
;;; lang-go.el ends here