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:
parent
7cec80e9f1
commit
f5910caea8
4 changed files with 95 additions and 0 deletions
4
modules/lang/factor/packages.el
Normal file
4
modules/lang/factor/packages.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/factor/packages.el
|
||||
|
||||
(package! fuel)
|
Loading…
Add table
Add a link
Reference in a new issue