]> git.earman.xyz Git - emacsinit.git/commit
Defuns for files, commenting and killing by defun
authorrearman <rearman@r717.net>
Thu, 2 Oct 2025 19:52:01 +0000 (15:52 -0400)
committerrearman <rearman@r717.net>
Thu, 2 Oct 2025 19:52:01 +0000 (15:52 -0400)
commit1c8c1dd919b9c662e522da11505d093b682e37fb
tree70dc9e4ba0a8d882602674e73883b6f2ff78e8c8
parent5e899aec0e7c612c97eb186334298ea271626d79
Defuns for files, commenting and killing by defun

File Defuns: Move file-related defuns to their own provision, require it in
init.  Add defuns to copy a file and put its modified date in the filename.

Comment/kill by defun: Make comment-defun respect arg for its call to
mark-defun.  Add a defun to kill by defun, also using mark-defun and its arg.
Bind this to C-M-S-K.
init.el
re/re-bindings.el
re/re-editing-defuns.el
re/re-file-defuns.el [new file with mode: 0644]