tree: remove defcustom :group keywords
This commit is contained in:
parent
59c161560a
commit
ab1fce78d8
2 changed files with 5 additions and 14 deletions
15
esv.el
15
esv.el
|
@ -41,28 +41,23 @@
|
|||
|
||||
(defcustom esv-close-existing-buffers nil
|
||||
"Whether to close an existing `esv' buffer if one already exists."
|
||||
:type 'boolean
|
||||
:group 'esv)
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom esv-columns 72
|
||||
"Length of each line output by `esv'."
|
||||
:type 'natnum
|
||||
:group 'esv)
|
||||
:type 'natnum)
|
||||
|
||||
(defcustom esv-mode-hook nil
|
||||
"Hook run after entering `esv-mode'."
|
||||
:type 'hook
|
||||
:group 'esv)
|
||||
:type 'hook)
|
||||
|
||||
(defcustom esv-process "esv"
|
||||
"Name of the process created by `esv'."
|
||||
:type 'string
|
||||
:group 'esv)
|
||||
:type 'string)
|
||||
|
||||
(defcustom esv-program "esv"
|
||||
"Path to or name of the program started by `esv'."
|
||||
:type 'string
|
||||
:group 'esv)
|
||||
:type 'string)
|
||||
|
||||
(defvar esv-arguments '()
|
||||
"List of additional arguments passed to `esv-program'.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue