【发布时间】:2014-03-21 02:09:23
【问题描述】:
我不确定我是否理解defcustom 中的属性type。我可以完美定义以下变量而不符合type。在这种情况下,type 的目的是什么?
(defcustom foo 1 "foo" :type 'string)
(defcustom spam "a" "foo" :type 'integer)
【问题讨论】:
-
这是
'integer,而不是'int。
标签: emacs customization