From b36fc1f270649ebb54324cbff13d7afc5cf92ad7 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 11 Sep 2016 11:47:46 +0200 Subject: emacs: added go-add-tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3