diff options
Diffstat (limited to 'emacs.d/modules/module-go.el')
-rw-r--r-- | emacs.d/modules/module-go.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/modules/module-go.el b/emacs.d/modules/module-go.el index 6ac3484..0869af7 100644 --- a/emacs.d/modules/module-go.el +++ b/emacs.d/modules/module-go.el @@ -1,11 +1,7 @@ -(require 'config-package) - (use-package go-mode :mode (("\\.go\\'" . go-mode)) - :bind (:map go-mode-map ("C-z" . hydra-go/body)) - :init (progn (defun fcuny-go-set-tab-width () |