aboutsummaryrefslogtreecommitdiffstats
path: root/emacs-go-mode
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-09-27 18:55:51 +0200
committerMattias Andrée <m@maandree.se>2026-09-27 18:55:51 +0200
commit9b6222671fd2b89d16780ef640d3c29364191168 (patch)
tree835512c9959dbd661e0b66e33863378c7c4e2b10 /emacs-go-mode
parentDisplay randomart when ssh:ing (diff)
downloaddotfiles-9b6222671fd2b89d16780ef640d3c29364191168.tar.gz
dotfiles-9b6222671fd2b89d16780ef640d3c29364191168.tar.bz2
dotfiles-9b6222671fd2b89d16780ef640d3c29364191168.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'emacs-go-mode')
-rw-r--r--emacs-go-mode/init-go-mode.el2
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))