diff options
| author | bard <[email protected]> | 2023-10-22 21:37:27 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2023-10-22 21:37:27 -0400 |
| commit | ec39122b1a94e43df612abcbb02dba04c10daee3 (patch) | |
| tree | 1d738d2d4946b6245abe1ade6c092513479e700f /bard-elisp/bard-editing.el | |
| parent | b0426cc6cc1f777397b67aae8620fc106182fd9d (diff) | |
archive and gtd with org-todo
Diffstat (limited to 'bard-elisp/bard-editing.el')
| -rw-r--r-- | bard-elisp/bard-editing.el | 2 |
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." |
