summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-06-08 22:25:46 -0400
committerKyle Meyer <kyle@kyleam.com>2016-06-08 22:25:46 -0400
commitc8e5623c1e1fa95d9bd367b4019717f62d5586f1 (patch)
tree0cbb2c5a21c32198d5646f7d47e40c1b3fb554d5 /init.el
parente5779161bb96f6cefa6dffe62ba209205c6bba36 (diff)
downloademacs.d-c8e5623c1e1fa95d9bd367b4019717f62d5586f1.tar.gz
Don't error when 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 f25ef15..7265c28 100644
--- a/init.el
+++ b/init.el
@@ -383,6 +383,7 @@
(setq set-mark-command-repeat-pop t)
(setq recenter-positions '(top middle bottom))
+(setq kill-read-only-ok t)
(setq-default indicate-empty-lines t
indent-tabs-mode nil)