(he-dabbrev-skip-space): Fix previous change.
(he-dabbrev-as-symbol): Likewise.
This commit is contained in:
parent
cfc70cdfd0
commit
1707b2dade
1 changed files with 2 additions and 2 deletions
|
|
@ -163,12 +163,12 @@
|
|||
|
||||
(defcustom he-dabbrev-skip-space nil
|
||||
"Non-nil means tolerate trailing spaces in the abbreviation to expand."
|
||||
:group hippie-expand
|
||||
:group 'hippie-expand
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom he-dabbrev-as-symbol t
|
||||
"Non-nil means expand as symbols, i.e. syntax `_' is considered a letter."
|
||||
:group hippie-expand
|
||||
:group 'hippie-expand
|
||||
:type 'boolean)
|
||||
|
||||
(defvar he-num -1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue