ration / kusto-mode.el

Kusto mode for Emacs
GNU General Public License v2.0
6 stars 2 forks source link

More functions, operators and syntax #3

Closed hindol closed 4 years ago

hindol commented 4 years ago

I am using this config in Doom Emacs,

(use-package! kusto-mode
  :config
  (add-to-list 'auto-mode-alist '("\\.kql\\'" . kusto-mode)))

(use-package! company-kusto
  :after kusto-mode
  :config
  (set-company-backend! 'kusto-mode '(company-kusto)))