fixing delete and cua mode off
This commit is contained in:
parent
d838ee3251
commit
7903f0510f
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; bindings.el -*- lexical-binding: t; -*-
|
||||
|
||||
(cua-mode +1)
|
||||
;; (cua-mode +1)
|
||||
|
||||
(map! (:when (modulep! :ui popup)
|
||||
"C-`" #'+popup/toggle
|
||||
|
@ -549,7 +549,7 @@
|
|||
;; make esc close completion from corfu
|
||||
(map! :map corfu-map [escape] 'corfu-quit)
|
||||
|
||||
(map! :map sly-mode-map
|
||||
(map! :map sly-mrepl-mode-map
|
||||
"<up>" #'sly-mrepl-previous-input-or-button
|
||||
"<down>" #'sly-mrepl-next-input-or-button)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue