Define leader/localleader prefix in core-vars.el
This commit is contained in:
parent
80df654c42
commit
bec677f3da
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
:group 'convenience
|
||||
:prefix 'narf-)
|
||||
|
||||
;; TODO Make these defcustom's
|
||||
|
||||
(defvar narf-leader-prefix "," "Prefix key for <leader> maps")
|
||||
(defvar narf-localleader-prefix "\\" "Prefix key for <localleader> maps")
|
||||
|
||||
;; Buffers/Files ;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue