Format rasi files as CSS in Emacs
This commit is contained in:
parent
dd04c9bdb5
commit
5efa9a24bb
1 changed files with 3 additions and 0 deletions
|
@ -207,3 +207,6 @@
|
|||
;; LaTeX editing
|
||||
(add-hook 'org-mode-hook 'org-fragtog-mode) ;; automatically expand/preview LaTeX
|
||||
(add-hook 'org-mode-hook 'org-latex-preview) ;; automatically preview LaTeX on open
|
||||
|
||||
;; Display .rasi (rofi theme files) as CSS
|
||||
(add-to-list 'auto-mode-alist '("\\.rasi\\'" . css-mode))
|
||||
|
|
Loading…
Add table
Reference in a new issue