refactor(evil): remove unused +evil-repeat-keys variable
This commit is contained in:
parent
67a516cf0d
commit
4f5f9d6065
1 changed files with 0 additions and 8 deletions
|
@ -1,13 +1,5 @@
|
||||||
;;; editor/evil/config.el -*- lexical-binding: t; -*-
|
;;; editor/evil/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(defvar +evil-repeat-keys (cons ";" ",")
|
|
||||||
"The keys to use for universal repeating motions.
|
|
||||||
|
|
||||||
This is a cons cell whose CAR is the key for repeating a motion forward, and
|
|
||||||
whose CDR is for repeating backward. They should both be `kbd'-able strings.
|
|
||||||
|
|
||||||
Set this to `nil' to disable universal-repeating on these keys.")
|
|
||||||
|
|
||||||
(defvar +evil-want-o/O-to-continue-comments t
|
(defvar +evil-want-o/O-to-continue-comments t
|
||||||
"If non-nil, the o/O keys will continue comment lines if the point is on a
|
"If non-nil, the o/O keys will continue comment lines if the point is on a
|
||||||
line with a linewise comment.")
|
line with a linewise comment.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue