First commit.
This commit is contained in:
13
lisp/utilities/ctable.el
Normal file
13
lisp/utilities/ctable.el
Normal 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
|
Reference in New Issue
Block a user