emacs-ctable icon indicating copy to clipboard operation
emacs-ctable copied to clipboard

make :align easier to use

Open kin-cho opened this issue 7 years ago • 0 comments

Hi, thanks for a great package, but I find :align hard to use. Can :align be supported so something like the following can work?

(ctbl:popup-table-buffer-easy '((1 2 3 4) (5 6 7 8) (9 10 11 12)) `("" ,(make-ctbl:cmodel :title "aaa" :align 'center) bbb ccc ddd))

kin-cho avatar Aug 01 '18 22:08 kin-cho