aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* Some minor fixesYuchen Pei2023-06-282-1/+7
|
* buncha changesYuchen Pei2023-06-274-8/+26
| | | | | | | - add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no
* dired and vcYuchen Pei2023-06-273-0/+12
|
* Adding clean-elc-compileYuchen Pei2023-06-261-0/+0
| | | | - also updating buildbot submodule commit
* Override dired-do-delete and dired-do-renameYuchen Pei2023-06-261-4/+16
| | | | | - delete: don't move to trash with prefix arg - rename: don't use vc with prefix arg
* let's try againYuchen Pei2023-06-262-7/+41
|
* fixing the post commit project buffer revert hookYuchen Pei2023-06-261-1/+2
|
* Some small fixes and changesYuchen Pei2023-06-262-0/+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
* 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-2610-18/+161
| | | | Including wasamasa and jwiegley
* Refile clock entries and some basic settingsYuchen Pei2023-06-251-1/+142
|
* copy buffer file nameYuchen Pei2023-06-242-0/+15
|
* make C-k and M-k act like pareditYuchen Pei2023-06-241-0/+36
|
* Fixing corfu map and rofi keybindingYuchen Pei2023-06-241-2/+3
|
* Enhancements for org and elispYuchen Pei2023-06-243-0/+17
| | | | | | - org: adding an :after advice to org-insert-structure-template so that it goes into editing immediately - elisp: C-M-x evals a region when region is active
* Make bbdb gnus integration usableYuchen Pei2023-06-241-0/+7
|
* adding votes to org entriesYuchen Pei2023-06-231-0/+14
|
* minor change in my-dired and ycp-orgYuchen Pei2023-06-221-0/+22
|
* Some small fixesYuchen Pei2023-06-201-1/+1
| | | | | | | | - bbdb: integration with gnus and message - disable tree-sitter for c-mode - my-buffer-quick-major-mode: switch rather than pop to buffer - rofi config: comment timeout and filebrowser due to issues with lower versions
* precision fixesYuchen Pei2023-06-197-0/+645
| | | | | | | | | | - 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
* Adding a function to switch or create a shell bufferYuchen Pei2023-06-171-0/+17
|
* Moving things one level deeperYuchen Pei2023-06-1777-0/+7813
To ease gnu stow usage. Now we can do stow -t ~ emacs