diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-31 19:06:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-31 19:06:58 -0500 |
| commit | f6e4ddeafdcf6184355cc9d0c70035019718447c (patch) | |
| tree | 04829da0a55dfde3467425ea74936fd223afda64 /todo.org | |
| parent | 9b27ee5ae3071ddeab5cb645d57f10c2c4106d0e (diff) | |
| download | dotemacs-f6e4ddeafdcf6184355cc9d0c70035019718447c.tar.gz dotemacs-f6e4ddeafdcf6184355cc9d0c70035019718447c.zip | |
added function and keybinding to open projects todo.org file
refactored for switch project function to leverage same code
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 71 |
1 files changed, 0 insertions, 71 deletions
@@ -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 |
