aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/my-editing.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Some tweaksYuchen Pei2023-10-281-0/+3
| | | | | | | - small fixes - which func headline should apply to js mode too - magit-diff mode no truncate lines - w3m keybindings
* [emacs] [gdb] Some minor changesYuchen Pei2023-10-111-0/+11
| | | | | | | - emacs: my-elide-region that does the same thing as message-elide-region, with the comment-start as the prefix - gdbinit: an alias to a command that displays all backtrace of all threads
* [emacs] [gdb] Some small changesYuchen Pei2023-10-031-0/+27
| | | | | | | | | - my-mark-backward-up-list: like backward-up-list, but also mark the sexp - my-kill-sexp-or-comment: kill the next sexp or comment, replacing kill-sexp - my-mark-sexp-or-comment: mark the next sexp or comment, replacing mark-sexp - my-magit-ignore-other-worktrees: a filter-args advice to add --ignore-other-worktrees to magit-checkout
* improve delete-pair related functionsYuchen Pei2023-08-191-0/+65
|
* make my-new-line commands indentYuchen Pei2023-08-191-10/+6
|
* [emacs] Some minor tweaksYuchen Pei2023-08-141-0/+1
|
* minor fixesYuchen Pei2023-07-261-1/+2
|
* some minor fixesYuchen Pei2023-07-251-0/+1
|
* minor changesYuchen Pei2023-07-031-6/+6
|
* Some minor fixesYuchen Pei2023-06-281-0/+6
|
* buncha changesYuchen Pei2023-06-271-6/+15
| | | | | | | - add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no
* minor fix of my-kill-forwardYuchen Pei2023-06-261-1/+1
|
* Adding license files and updating readmesYuchen Pei2023-06-261-3/+4
| | | | | | | | | | | * 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-3/+19
| | | | Including wasamasa and jwiegley
* copy buffer file nameYuchen Pei2023-06-241-0/+13
|
* make C-k and M-k act like pareditYuchen Pei2023-06-241-0/+36
|
* Moving things one level deeperYuchen Pei2023-06-171-0/+340
To ease gnu stow usage. Now we can do stow -t ~ emacs