Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 541 Bytes

Power Query Mode for Emacs

Major mode that let's you edit the Power Query language in your favourite editor.

Installation

Manual installation

Just clone this repo to emacs.d and place the code below in your init.el:

(load "~/.emacs.d/power-query-mode/power-query-mode.el")

Place the code below in your init.el:

(straight-use-package
    '(power-query-mode :type git :host github :repo "fpvmorais/power-query-mode"))