about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-12 21:04:15 -0500
committerCase Duckworth2021-08-12 21:04:15 -0500
commitbcc40b35fd89dc4c1defef395f90415561a76862 (patch)
tree4a8a4792191b475fceffa4f241f527e7f64f19d9 /init.el
parentChange my word-count stuff to use wc-mode (diff)
downloademacs-bcc40b35fd89dc4c1defef395f90415561a76862.tar.gz
emacs-bcc40b35fd89dc4c1defef395f90415561a76862.zip
Don't warn on killing read-only text
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 3475aa9..9ba4225 100644 --- a/init.el +++ b/init.el
@@ -829,6 +829,7 @@ like a dumbass."
829;; else /should/ go there. 829;; else /should/ go there.
830(setup emacs 830(setup emacs
831 (:option disabled-command-function nil 831 (:option disabled-command-function nil
832 kill-read-only-ok t
832 load-prefer-newer t 833 load-prefer-newer t
833 native-comp-async-report-warnings-errors nil 834 native-comp-async-report-warnings-errors nil
834 echo-keystrokes 0.01 835 echo-keystrokes 0.01