Przeglądaj źródła

Add k8s extension

master
10sr 5 lat temu
rodzic
commit
0dbaa3d423
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el Wyświetl plik

@@ -1288,6 +1288,11 @@ found, otherwise returns nil."
(add-hook 'before-save-hook' 'gofmt-before-save nil t)
(define-key go-mode-map (kbd "M-.") 'godef-jump)))

(when (autoload-eval-lazily 'k8s-mode)
(add-to-list 'auto-mode-alist
'("\\.k8s\\'" . k8s-mode)))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; buffers



Ładowanie…
Anuluj
Zapisz