wok annotate emacs-pkg-go-mode/stuff/80-go-init.el @ rev 25216
updated python-pbr (5.4.5 -> 5.8.0)
author | Hans-Günter Theisgen |
---|---|
date | Wed Jul 13 15:29:05 2022 +0100 (2022-07-13) |
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 ;; |