diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index fe4803e..98661dc 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -494,7 +494,12 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (use-package go-eldoc :ensure t :config - (require 'go-eldoc))) + (require 'go-eldoc)) + + (use-package go-add-tags + :ensure t + :config + (evil-leader/set-key "t" 'go-add-tags))) ;; Go (use-package go-mode |
