From c90daec5f4a91cf1041a5a61411d860ea4329ece Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 21 Jun 2012 21:24:54 +0200 Subject: Initial commit --- site/projects/clever-mode.org | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 site/projects/clever-mode.org (limited to 'site/projects/clever-mode.org') diff --git a/site/projects/clever-mode.org b/site/projects/clever-mode.org new file mode 100644 index 0000000..f773ac2 --- /dev/null +++ b/site/projects/clever-mode.org @@ -0,0 +1,31 @@ +#+TITLE: clever-mode +#+STYLE: +#+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" -- cgit v1.2.3-54-g00ecf