chiark / gitweb /
dot/emacs: Turn on bracketed-paste support if we can.
[profile] / dot / emacs
index 6cd38f31b01db9e079110816454c8f2aee731321..5a0fd49b293e42af8203863550e9b82f337a3bbc 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
@@ -36,6 +36,9 @@
 (require 'cl)
 (require 'dot-emacs)
 
+(unless (mdw-emacs-version-p 25)
+  (trap (require 'bracketed-paste) (bracketed-paste-enable)))
+
 ;;;--------------------------------------------------------------------------
 ;;; Some random initialisation.