wok annotate emacs-pkg-go-mode/stuff/80-go-init.el @ rev 23787
updated yaml and yaml-dev (0.2.2 -> 0.2.4)
author | Hans-Günter Theisgen |
---|---|
date | Fri May 22 07:12:48 2020 +0100 (2020-05-22) |
parents | |
children |
rev | line source |
---|---|
domcox@16007 | 1 ;; Register go-mode |
domcox@16007 | 2 |
domcox@16007 | 3 (add-to-list 'load-path "/usr/share/emacs/site-lisp/go-mode" t) |
domcox@16007 | 4 (require 'go-mode-load) |
domcox@16007 | 5 ;; |