wok-current annotate emacs-pkg-go-mode/stuff/80-go-init.el @ rev 20750
updated bluefish (2.2.0 -> 2.2.10)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 11 17:14:38 2019 +0100 (2019-02-11) |
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 ;; |