Add lang/factor module (#2129)

Factor is a stack based programming language with an awesome emacs mode.

* remove extra layer of nesting for keybinds
* use-package!
* lazy load fuel
* fue listener typo
* remove extra space
* Add README
This commit is contained in:
Rudi Grinberg 2019-12-03 10:01:16 +07:00 committed by Henrik Lissner
parent 7cec80e9f1
commit f5910caea8
4 changed files with 95 additions and 0 deletions

View file

@ -0,0 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; lang/factor/packages.el
(package! fuel)