diff options
Diffstat (limited to 'emacs-go-mode')
| -rw-r--r-- | emacs-go-mode/init-go-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs-go-mode/init-go-mode.el b/emacs-go-mode/init-go-mode.el index 56e3c16..81c7576 100644 --- a/emacs-go-mode/init-go-mode.el +++ b/emacs-go-mode/init-go-mode.el @@ -1,3 +1,5 @@ +;;; -*- lexical-binding: t; -*- + (add-to-list 'load-path "/usr/share/emacs/site-lisp/go-mode/") (autoload 'go-mode "go-mode" nil t) (add-to-list 'auto-mode-alist '("\\.go\\'" . go-mode)) |
