First commit.
This commit is contained in:
14
configs/lang-go.el
Normal file
14
configs/lang-go.el
Normal file
@ -0,0 +1,14 @@
|
||||
;;; lang-go.el --- Configuración para el lenguaje go
|
||||
|
||||
;; Author: kj <webmaster@outcontrol.net>
|
||||
;; URL: https://git.kj2.me/kj/confi-emacs-actual
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package go-mode
|
||||
:defer t)
|
||||
|
||||
(provide 'lang-go)
|
||||
;;; lang-go.el ends here
|
Reference in New Issue
Block a user