10sr 9 mesi fa
parent
commit
f0ea17b79f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Vedi File

@@ -2187,7 +2187,7 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(add-hook 'go-mode-hook (add-hook 'go-mode-hook
(lambda() (lambda()
(defvar go-mode-map) (defvar go-mode-map)
(add-hook 'before-save-hook' 'gofmt-before-save nil t)
(add-hook 'before-save-hook 'gofmt-before-save nil t)
(define-key go-mode-map (kbd "M-.") 'godef-jump))) (define-key go-mode-map (kbd "M-.") 'godef-jump)))


(when (fboundp 'k8s-mode) (when (fboundp 'k8s-mode)


Caricamento…
Annulla
Salva