diff options
author | Yuchen Pei <id@ypei.org> | 2025-07-29 08:42:24 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-07-29 08:42:24 +1000 |
commit | e8eddcc6955f631ca0cfcd3b755c663a6b5d18ff (patch) | |
tree | c96db7936c10d23811ac4f33808b21c309d4800d /emacs/.emacs.d/init/ycp-org.el | |
parent | c29f76b4e026d1b5130015d508c04183c81f5dd8 (diff) |
[emacs] Add music dirs
Diffstat (limited to 'emacs/.emacs.d/init/ycp-org.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el index 001dbe0..77f720d 100644 --- a/emacs/.emacs.d/init/ycp-org.el +++ b/emacs/.emacs.d/init/ycp-org.el @@ -376,7 +376,7 @@ ("i" . my-org-append-subheading) ("^" . org-sort) ("w" . org-refile) - ("a" . org-archive-subtree-default-with-confirmation) + ("a" . org-archive-subtree-default) ("@" . org-mark-subtree) ("#" . org-toggle-comment) ("Clock Commands") |