diff options
author | Case Duckworth | 2021-08-12 21:04:15 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-12 21:04:15 -0500 |
commit | bcc40b35fd89dc4c1defef395f90415561a76862 (patch) | |
tree | 4a8a4792191b475fceffa4f241f527e7f64f19d9 | |
parent | Change my word-count stuff to use wc-mode (diff) | |
download | emacs-bcc40b35fd89dc4c1defef395f90415561a76862.tar.gz emacs-bcc40b35fd89dc4c1defef395f90415561a76862.zip |
Don't warn on killing read-only text
-rw-r--r-- | init.el | 1 |
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 |