diff options
author | noa | 2024-11-11 12:56:26 +0800 |
---|---|---|
committer | noa | 2024-11-11 12:56:26 +0800 |
commit | 4c779e0190f438acd3426caa15fd357c6936ec2a (patch) | |
tree | 8a1afc9041cd7e95d0bc8096e64213604e771048 /emacs/site-lisp/elastic-pkg.el | |
parent | 67f335e213b4bfa082c410c40f4e00b897c4c2f9 (diff) |
Add some files from site-lisp
Diffstat (limited to 'emacs/site-lisp/elastic-pkg.el')
-rw-r--r-- | emacs/site-lisp/elastic-pkg.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/site-lisp/elastic-pkg.el b/emacs/site-lisp/elastic-pkg.el new file mode 100644 index 0000000..3ba8b7b --- /dev/null +++ b/emacs/site-lisp/elastic-pkg.el @@ -0,0 +1,6 @@ +(define-package + "elastic" + "1.0.0" + "Elastic Spaces and Tabs for Programming With Proportional Fonts." + '((emacs "29.1") + (dash "2.19.1"))) |