aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-editing.el
Commit message (Collapse)AuthorAgeFilesLines
* Some small fixes and changesYuchen Pei2023-06-261-2/+1
| | | | | | | | | | | | * emacs/.emacs.d/init/ycp-editing.el: fix a require * emacs/.emacs.d/init/ycp-prog.el: fix sql require * emacs/.emacs.d/init/ycp-system.el: remove double removal of tramp from file-name-handler-alist * emacs/.emacs.d/init/ycp-vc.el: add a post commit hook to revert project buffers * emacs/.emacs.d/lisp/my/my-mariadb.el: fix sql require * emacs/.emacs.d/lisp/my/my-project.el: add a command to revert project buffers
* Adding license files and updating readmesYuchen Pei2023-06-261-1/+1
| | | | | | | | | | | * COPYING.agpl3: agpl3 license file * README.org: added readme for the repo * emacs/.emacs.d/init/ycp-editing.el: fix hook names * emacs/.emacs.d/init/ycp-project.el: include `my-licenses' in local-config * emacs/.emacs.d/lisp/my/my-editing.el: fix insert pair prompt * emacs/README.org: Move acknowledgement to the main readme; fix verbatim to code. Add instruction on local-config generation * manual/README.org: minor change
* Adapted more configs from other emacs configsYuchen Pei2023-06-261-8/+17
| | | | Including wasamasa and jwiegley
* Refile clock entries and some basic settingsYuchen Pei2023-06-251-8/+24
|
* copy buffer file nameYuchen Pei2023-06-241-0/+1
|
* make C-k and M-k act like pareditYuchen Pei2023-06-241-1/+3
|
* Moving things one level deeperYuchen Pei2023-06-171-0/+116
To ease gnu stow usage. Now we can do stow -t ~ emacs