6 lines
484 B
Org Mode
6 lines
484 B
Org Mode
#+TITLE:AwesomeWM in Fennel
|
|
#+AUTHOR: Chris Cochrun
|
|
#+DESCRIPTION: This Awesome Window Manager config is written primarily in fennel. This is a lisp written in and compiled to lua. Fennel runs at lua speeds but is created to make a lisp syntax for lua and to provide a lisp macro system for lua. I prefer reading and writing lisps over lua so that is why my AwesomeWM is configured in fennel.
|
|
|
|
To get us started we need to bootstrap fennel in order to get Awesome to load .fnl files.
|