Skip to content

fpvmorais/dax-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

DAX Mode for Emacs

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

Also included is a dax-pretty-print function that uses https://www.daxformatter.com/api/daxformatter/DaxFormat/ to beautify your code.

Installation

Manual installation

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

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

Place the code below in your init.el:

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

About

dax-mode for emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published