summaryrefslogtreecommitdiffstats
path: root/site/projects/clever-mode.org
blob: f773ac23b915f959bda27bda6df40852a938acac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#+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"