Dotfiles/site-modules/core/files/emacs
Ade Attwood ebd73bcc38 feat(emacs): add file operation functions
This adds file operation command to emacs so you can quickly rename and copy
files.

The problem with the normal copy file if that it misses removing the old buffer
if its a rename and dose not move to the new buffer. This leads to (more than I
like to admit) editing the new file thinking its the old file.

By updating the buffers and automatically switching this prevents this.
2021-11-21 10:38:43 +00:00
..
snippets fix(emacs): js import snippet had a syntax error in it 2021-06-26 20:58:56 +01:00
src feat(emacs): add file operation functions 2021-11-21 10:38:43 +00:00
.gitignore fix(emacs): move custom-set-variables out of the init.el 2021-04-16 20:49:53 +01:00
init.el feat(emacs): add file operation functions 2021-11-21 10:38:43 +00:00
spacemacs feat(emacs): add code files to move away from spacemacs 2021-03-16 20:12:46 +00:00