summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-12 10:25:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-12 10:25:58 -0700
commit02e445fec9f558ef29453fa36a09157a058407a6 (patch)
tree6403acafc224445de9543ca84fe0816aac3188e0
parentba04b6ddbde531d73f2fb1bc904ed96120a71d8c (diff)
downloaddotfiles-02e445fec9f558ef29453fa36a09157a058407a6.tar.gz
rebind indicate-copied-region
-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)