fixing delete and cua mode off

This commit is contained in:
Matt Nish-Lapidus 2025-01-19 16:10:14 -05:00
parent d838ee3251
commit 7903f0510f
2 changed files with 6 additions and 7 deletions

View file

@ -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)