From 61e9b7d89dad5a02aba748fd0c1c80f4b451a021 Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 13 Apr 2023 12:54:47 -0400 Subject: [PATCH] Enable pending mode. --- configs/init-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/init-base.el b/configs/init-base.el index 0a9b1c6..17f90d3 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -82,7 +82,7 @@ (tooltip-mode -1) ; Disable tooltips. (global-display-line-numbers-mode) ; Mostar número de línea. (show-paren-mode 1) ; Habilitar resaltado de brackets. -;;(cua-mode t) ; Usar CTRL+X, CTRL+C, CTRL+V y CTRL+Z para cortar, copiar, pegar y deshacer. +(pending-delete-mode t) ; Cuando selecciono un texto y escribo, el texto se borra (emacs por defecto solo escribe donde está el cursor). (setq-default cursor-type 'bar ; Usar la barrita como cursor