aboutsummaryrefslogtreecommitdiff
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* Adding license files and updating readmesYuchen Pei2023-06-264-24/+29
| | | | | | | | | | | * 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-2626-79/+293
| | | | Including wasamasa and jwiegley
* Refile clock entries and some basic settingsYuchen Pei2023-06-255-17/+176
|
* copy buffer file nameYuchen Pei2023-06-243-0/+16
|
* make C-k and M-k act like pareditYuchen Pei2023-06-242-1/+39
|
* Fixing corfu map and rofi keybindingYuchen Pei2023-06-243-5/+37
|
* Enhancements for org and elispYuchen Pei2023-06-247-9/+30
| | | | | | - 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
* company works better with bbdb in message modeYuchen Pei2023-06-241-3/+4
|
* Make bbdb gnus integration usableYuchen Pei2023-06-242-2/+12
|
* minor changes to org and gnusYuchen Pei2023-06-233-2/+8
|
* adding votes to org entriesYuchen Pei2023-06-232-0/+16
|
* minor change in my-dired and ycp-orgYuchen Pei2023-06-222-1/+23
|
* Some small fixesYuchen Pei2023-06-203-3/+9
| | | | | | | | - 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-1920-89/+802
| | | | | | | | | | - 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
* some minor changesYuchen Pei2023-06-172-1/+4
| | | | | - make bash-completion work - read my-projects-root-dirs
* Adding a function to switch or create a shell bufferYuchen Pei2023-06-172-0/+18
|
* Moving things one level deeperYuchen Pei2023-06-17103-0/+11489
To ease gnu stow usage. Now we can do stow -t ~ emacs