summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index d7d8685e..cc3de4b8 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -316,6 +316,8 @@ add places the library might be available to `load-path'."
(spw/remap-mark-command 'org-mark-subtree org-mode-map)
(spw/remap-mark-command 'org-mark-element org-mode-map))
+(fset 'indicate-copied-region #'ignore)
+
(setq disabled-command-function nil)
(show-paren-mode 1)