summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/basic.el b/basic.el
index e23688d..cd5fdff 100644
--- a/basic.el
+++ b/basic.el
@@ -209,6 +209,10 @@ This will maintain the frame's width and height as well."
(display-buffer-in-tab durand-display-in-one-window)
(tab-name . "man page"))))
+;;; copy-duplicate dwim
+
+(define-key global-map (vector ?\s-\;) #'durand-copy-line-dwim)
+
;;; Custom kill buffer function
;;;###autoload