aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorbard <[email protected]>2023-10-22 21:37:27 -0400
committerbard <[email protected]>2023-10-22 21:37:27 -0400
commitec39122b1a94e43df612abcbb02dba04c10daee3 (patch)
tree1d738d2d4946b6245abe1ade6c092513479e700f /bard-elisp
parentb0426cc6cc1f777397b67aae8620fc106182fd9d (diff)
archive and gtd with org-todo
Diffstat (limited to 'bard-elisp')
-rw-r--r--bard-elisp/bard-editing.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-editing.el b/bard-elisp/bard-editing.el
index 1e34eea..e2ba1bc 100644
--- a/bard-elisp/bard-editing.el
+++ b/bard-elisp/bard-editing.el
@@ -35,7 +35,7 @@
(goto-char start-marker)
(insert marker)))
-(global-set-key (kbd "C-c s") 'bard/wrap-text-with-markers)
+;;(global-set-key (kbd "C-c C-s") 'bard/wrap-text-with-markers)
(defun bard/copy-current-line ()
"Copy the current line."