diff --git a/emacs/init.el b/emacs/init.el index 4be6b23..ac25cf1 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -34,6 +34,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(async-bytecomp-package-mode t) + '(delete-selection-mode nil) '(display-line-numbers 'visual) '(display-line-numbers-current-absolute t) '(display-line-numbers-grow-only t)