defvar+make-variable-buffer-local => defvar-local
This commit is contained in:
parent
897365ad5d
commit
91462aabfa
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@
|
|||
(setq rtog/mode-repl-alist '())
|
||||
|
||||
(defvar narf--repl-buffer nil)
|
||||
(defvar repl-p nil)
|
||||
(make-variable-buffer-local 'repl-p)
|
||||
(defvar-local repl-p nil)
|
||||
|
||||
(add-hook! repl-toggle-mode
|
||||
(evil-initialize-state 'emacs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue