Files
dotemacs/lisp/utilities/ctable.el
2022-01-09 21:19:46 +01:00

14 lines
281 B
EmacsLisp

;;; 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