From f6e4ddeafdcf6184355cc9d0c70035019718447c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 31 Aug 2025 19:06:58 -0500 Subject: added function and keybinding to open projects todo.org file refactored for switch project function to leverage same code --- todo.org | 71 ---------------------------------------------------------------- 1 file changed, 71 deletions(-) (limited to 'todo.org') diff --git a/todo.org b/todo.org index e9229da1..9b80b35a 100644 --- a/todo.org +++ b/todo.org @@ -1,75 +1,4 @@ * Emacs Open Work -** DOING [#A] Refactor Custom Functions -Custom Function Refactor Notes - -Note: all operations must indicate when completed in minibuffer - -Main prefix is C-; - -Miscellaneous (no prefix, but must not conflict with others) - "M" cj/merge-list-to-list - ")" cj/jump-to-matching-paren - "f" cj/format-region-or-buffer - "W" cj/count-words-buffer-or-region (pull out into statistics) - "/" cj/replace-fraction-glyphs (pull out into sanitation) - "m" cj/buffer-strip-ctrl-m (pull out into sanitation) - "c" cj/copy-buffer - "r" align-regexp - -"b" Buffer-and-file operations - "m" cj/move-buffer-and-file - "r" cj/rename-buffer-and-file - "d" cj/delete-buffer-and-file - "c" cj/copy-link-to-source-file - -"w" Whitespace - "r" cj/remove-leading-trailing-whitespace - "c" cj/collapse-whitespace-line-or-region (rename to collapse - "l" cj/delete-blank-lines-region-or-buffer - "h" cj/hyphenate-region (rename to hyphenate-whitespace-in-region) - consider changing this to replace all whitespace with a char. - -"s" Surround, Append, Prepend - "s" cj/surround-word-or-region - "a" cj/append-to-lines-in-region-or-buffer - "p" cj/prepend-to-lines-in-region-or-buffer - -"d" Date & time insertion - "r" cj/insert-readable-date-time - "s" cj/insert-sortable-date-time - "t" cj/insert-sortable-time - "T" cj/insert-readable-time - "d" cj/insert-sortable-date - "D" cj/insert-readable-date - -"l" Line & paragraph operations - "j" cj/join-line-or-region "j" - "J" cj/join-paragraph "J" - "d" cj/duplicate-line-or-region "d" - "u" cj/underscore-line "u" - -"m" Comment Operations - "r" cj/comment-reformat - "c" cj/comment-centered - "-" cj/comment-hyphen - "b" cj/comment-box - "R" cj/remove-buffer-comments - - -"o" Ordering - "a" cj/arrayify - "y" cj/unarrayify - "," cj/comma-separated-text-to-lines - "A" cj/alphabetize-region - • (new) create lines to text - • (new) create reverse region - -"c" Case-change - • cj/title-case-region - • upcase-region - • downcase-dwim - - ** DOING [#A] Refactor Comment Boxes ** TODO [#A] Delete whitespace from region is broken ** TODO [#A] Reconfigure ai-config.el -- cgit v1.2.3