thrift-mode
This commit is contained in:
parent
199d2dde67
commit
d4e8879040
@ -1978,6 +1978,10 @@ window is active in the perspective."
|
|||||||
|
|
||||||
(use-package evil :ensure t :commands (evil-mode))
|
(use-package evil :ensure t :commands (evil-mode))
|
||||||
|
|
||||||
|
(use-package thrift
|
||||||
|
:commands thrift-mode
|
||||||
|
:mode (("\\.thrift\\'" . thrift-mode)))
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Custom Key Bindings
|
;; Custom Key Bindings
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user