orgweb/site/projects/clever-mode.org
2012-06-21 21:24:54 +02:00

31 lines
925 B
Org Mode

#+TITLE: clever-mode
#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
#+LINK_UP: ../index.html
#+LINK_HOME: ../index.html
#+INCLUDE: "../header.org" :lines "1-4"
* About
~clever-mode~ is a GNU Emacs[fn:emacs:http://gnu.org/software/emacs/]
major mode for editing Smarty[fn:smarty:http://www.smarty.net] templates.
** Why
The only modes for editing Smarty[fn:smarty] templates are either
outdated or need MuMaMo, and I seriously dislike MuMaMo.
Also, I have some Emacs[fn:emacs] projects now, but no major mode
yet, and I want to learn.
** Features
~clever-mode~ is based on HTML mode, although Smarty[fn:smarty] is
not limited to HTML, that is what it is used for most (at least by me).
* Usage
Since it only has some syntax highlighting at the moment usage only
consists of getting it, installing it and enabling it.
#+INCLUDE: "../header.org" :lines "5-8"