esv.el: add newlines between defcustoms
This commit is contained in:
parent
a2934872ba
commit
b4358c84f9
1 changed files with 4 additions and 0 deletions
4
esv.el
4
esv.el
|
@ -43,18 +43,22 @@
|
||||||
"Whether to close an existing `esv' buffer if one already exists."
|
"Whether to close an existing `esv' buffer if one already exists."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'esv)
|
:group 'esv)
|
||||||
|
|
||||||
(defcustom esv-columns 72
|
(defcustom esv-columns 72
|
||||||
"Length of each line output by `esv'."
|
"Length of each line output by `esv'."
|
||||||
:type 'natnum
|
:type 'natnum
|
||||||
:group 'esv)
|
:group 'esv)
|
||||||
|
|
||||||
(defcustom esv-mode-hook nil
|
(defcustom esv-mode-hook nil
|
||||||
"Hook run after entering `esv-mode'."
|
"Hook run after entering `esv-mode'."
|
||||||
:type 'hook
|
:type 'hook
|
||||||
:group 'esv)
|
:group 'esv)
|
||||||
|
|
||||||
(defcustom esv-process "esv"
|
(defcustom esv-process "esv"
|
||||||
"Name of the process created by `esv'."
|
"Name of the process created by `esv'."
|
||||||
:type 'string
|
:type 'string
|
||||||
:group 'esv)
|
:group 'esv)
|
||||||
|
|
||||||
(defcustom esv-program "esv"
|
(defcustom esv-program "esv"
|
||||||
"Path to or name of the program started by `esv'."
|
"Path to or name of the program started by `esv'."
|
||||||
:type 'string
|
:type 'string
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue