aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-prog.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Some tweaksYuchen Pei2023-10-281-1/+2
| | | | | | | - small fixes - which func headline should apply to js mode too - magit-diff mode no truncate lines - w3m keybindings
* [emacs] Fix notes and shell cycle and creation.Yuchen Pei2023-10-141-1/+1
| | | | | One function to switch or cycle default notes indirect buffers. One to switch or cycle shell mode buffers.
* [emacs] some minor changesYuchen Pei2023-10-031-0/+4
|
* A few changesYuchen Pei2023-09-051-1/+1
| | | | | | | | | | | | - add dedicate-windows-by-modes as window-configuration-change-hook, but it did not work well when used on gnus-summary-mode - copying gnus article regions also copies links, which are appended at the end of the copy as footnote - overload org-id-store-link so that capturing today's work could include the item priority - org should open a gnus link in other-window - fixing my-org-clean-up-entry so that it deletes trailing empty lines - added a silly utility function to clean a red energy bill pay link
* Fixing a few thingsYuchen Pei2023-08-261-0/+4
|
* Fixing a few things in emacs, adding xdgdefYuchen Pei2023-08-211-0/+1
| | | | | Emacs: updating the org clock refile so that it refiles all text in the logbook
* [emacs] Some minor tweaksYuchen Pei2023-08-141-0/+3
|
* minor changes in dediting, prog, gdbinitYuchen Pei2023-08-031-1/+3
|
* Some small changes.Yuchen Pei2023-07-311-4/+6
| | | | visual line mode, bbdb mua, org agenda, org capture, xref, bbdb
* Better my-fetch-urlYuchen Pei2023-07-231-3/+4
|
* adding checkdoc to dottedYuchen Pei2023-07-171-1/+8
|
* some minor changesYuchen Pei2023-07-141-0/+2
|
* minor changesYuchen Pei2023-07-061-0/+2
|
* minor changesYuchen Pei2023-07-031-5/+0
|
* Change wiki mode to using font lock keywordsYuchen Pei2023-07-011-2/+0
|
* Started wiki modeYuchen Pei2023-07-011-0/+7
| | | | Tried with the parsec parsing
* some minor changesYuchen Pei2023-06-291-0/+2
|
* emacs 29 conditionals (time-stamp and tree-sitter)Yuchen Pei2023-06-291-19/+20
|
* buncha changesYuchen Pei2023-06-271-0/+2
| | | | | | | - add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no
* Some small fixes and changesYuchen Pei2023-06-261-2/+3
| | | | | | | | | | | | * 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-5/+44
| | | | Including wasamasa and jwiegley
* Enhancements for org and elispYuchen Pei2023-06-241-1/+6
| | | | | | - 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
* Some small fixesYuchen Pei2023-06-201-0/+4
| | | | | | | | - 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-191-10/+97
| | | | | | | | | | - 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-171-1/+3
| | | | | - make bash-completion work - read my-projects-root-dirs
* Adding a function to switch or create a shell bufferYuchen Pei2023-06-171-0/+1
|
* Moving things one level deeperYuchen Pei2023-06-171-0/+373
To ease gnu stow usage. Now we can do stow -t ~ emacs