First commit.

This commit is contained in:
2022-01-09 21:19:46 +01:00
commit df36844dcc
107 changed files with 6565 additions and 0 deletions

13
lisp/utilities/ctable.el Normal file
View File

@@ -0,0 +1,13 @@
;;; ctable --- Table component for Emacs -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code: https://github.com/kiwanami/emacs-ctable
(use-package ctable
:disabled
:defer
:init
(autoload 'make-ctbl:cmodel "ctable"))
(provide 'utilities/ctable)
;;; ctable.el ends here