artanis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Artanis] Artanis .tpl File Support Added to Emacs's Web-Mode


From: Jérémy Korwin-Zmijowski
Subject: Re: [Artanis] Artanis .tpl File Support Added to Emacs's Web-Mode
Date: Tue, 26 Jan 2021 21:50:48 +0000
User-agent: Evolution 3.34.2

Hey ! Sorry for making this old thread come back to life.

Just feel I have to say thank you !

Putting this lines in my emacs init file saved me from so much trouble
haha :

   (if (not (package-installed-p 'web-mode))
       (progn
         (package-refresh-contents)
         (package-install 'web-mode)))
   (require 'web-mode)
   (add-to-list 'auto-mode-alist '("\\.html\\.tpl\\'" . web-mode))

Jérémy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]