aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-vc.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Some tweaksYuchen Pei2023-10-281-0/+1
| | | | | | | - small fixes - which func headline should apply to js mode too - magit-diff mode no truncate lines - w3m keybindings
* [emacs] [gdb] Some small changesYuchen Pei2023-10-031-0/+3
| | | | | | | | | - 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
* [emacs] Add git-emailYuchen Pei2023-10-011-0/+17
| | | | A client of git-send-email that integrates with gnus, magit and dired.
* some minor changesYuchen Pei2023-07-051-0/+4
|
* minor changesYuchen Pei2023-07-031-1/+8
|
* some minor changesYuchen Pei2023-06-291-2/+1
|
* Some minor fixesYuchen Pei2023-06-281-0/+1
|
* diff-hl-mode only in prog-mode, and add urxvtYuchen Pei2023-06-271-1/+3
|
* dired and vcYuchen Pei2023-06-271-1/+19
|
* let's try againYuchen Pei2023-06-261-4/+3
|
* Some small fixes and changesYuchen Pei2023-06-261-1/+6
| | | | | | | | | | | | * 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
* Adapted more configs from other emacs configsYuchen Pei2023-06-261-3/+13
| | | | Including wasamasa and jwiegley
* precision fixesYuchen Pei2023-06-191-2/+6
| | | | | | | | | | - Adding org-jira - Also fixed getting builders in buildbot - Adding gdb-mi and gud - Adding gdb and shell configs - Also mariadb dev related stuff - A few more modes - some more updates
* Moving things one level deeperYuchen Pei2023-06-171-0/+89
To ease gnu stow usage. Now we can do stow -t ~ emacs