Monthly Archives: July 2022

Emacs configuration of Atlas

The following is the steps to add the lexical highlighting of atlas codes in emacs.

  1. Copy “atlas.el” from atlas-scripts:
cp atlas.el ~/.doom.d/
  1. add the following lines in the initial file “~/.emacs”
(add-to-list 'load-path "~/.emacs.d/" )
(load "atlas")
(add-to-list 'auto-mode-alist '("\\.at\\'" . atlas-mode))
  1. Load any “.at” file and enjoy the highlighting.