confi-emacs-actual/configs/lang-go.el

16 lines
294 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:
;;; Code:
(use-package go-mode
:straight t
:defer t)
(provide 'lang-go)
;;; lang-go.el ends here