aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/my-prog.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Some changes from the past monthsYuchen Pei2024-10-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/.emacs.d/init/ycp-complete.el: comment why corfu does not work well with gud * emacs/.emacs.d/init/ycp-editing.el: bind my-write-file to C-x C-w; change viper-syntax-preference to 'extended * emacs/.emacs.d/init/ycp-org.el: comment on tab-width * emacs/.emacs.d/lisp/my/my-buffer.el: add a function `my-save-text-and-switch-to-buffer' that Save TEXT to FILE-NAME and switch to the buffer * emacs/.emacs.d/lisp/my/my-editing.el: renamed a function; and override `viper-forward-word-kernel' and `viper-backward-word-kernel' (why?); add function `my-write-file', which is the same as `write-file', but keep the old buffer and remain there. * emacs/.emacs.d/lisp/my/my-mariadb.el: remove sleep in `my-gdb-maria-spider'; add a function to fetch source of a mariadb kb entry * emacs/.emacs.d/lisp/my/my-net.el: extract out local I/O and buffer logic from `my-fetch-url-save-and-switch' to `my-save-text-and-switch-to-buffer'. * emacs/.emacs.d/lisp/my/my-org-jira.el: fix formatting of `my-org-jira--render-issue', and add affected-versions, fix-versions and related-issues for rendering * emacs/.emacs.d/lisp/my/my-prog.el: ensure indent-tabs-mode is by default nil in prog-modes, to protect from c-style-alist overriding * mariadb-server/.dir-locals.el: Moved from sql/.dir-locals.el
* [emacs] json-mode required too early in my-progYuchen Pei2024-06-131-1/+1
|
* [emacs] bison-mode required too earlyYuchen Pei2024-06-131-1/+1
|
* [emacs] more smooth experience in gudYuchen Pei2024-05-231-6/+10
| | | | | - auto confirm debuginfod - write to history on kill
* [emacs] disable which-function in json mode when buffer is bigYuchen Pei2024-05-091-4/+6
|
* [emacs] improve org backtrace regionYuchen Pei2024-04-051-1/+1
|
* [emacs] Switch shell buffers by prompt tooYuchen Pei2023-10-141-0/+41
|
* [emacs] Fix notes and shell cycle and creation.Yuchen Pei2023-10-141-8/+21
| | | | | One function to switch or cycle default notes indirect buffers. One to switch or cycle shell mode buffers.
* typoYuchen Pei2023-08-271-1/+1
|
* Fixing a few thingsYuchen Pei2023-08-261-0/+9
|
* [emacs] Some minor tweaksYuchen Pei2023-08-141-1/+2
|
* Moving some github related functions to my-githubYuchen Pei2023-08-121-56/+0
| | | | also some minor changes in ycp-org and my-buffer
* fixing a few things in bbdb, json and orgYuchen Pei2023-08-031-0/+3
|
* Some small changes.Yuchen Pei2023-07-311-43/+2
| | | | visual line mode, bbdb mua, org agenda, org capture, xref, bbdb
* minor fixesYuchen Pei2023-07-261-4/+18
|
* Adding bug-reference relatedYuchen Pei2023-07-181-1/+2
|
* Adapted more configs from other emacs configsYuchen Pei2023-06-261-5/+34
| | | | Including wasamasa and jwiegley
* copy buffer file nameYuchen Pei2023-06-241-0/+2
|
* Enhancements for org and elispYuchen Pei2023-06-241-0/+8
| | | | | | - 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
* precision fixesYuchen Pei2023-06-191-0/+279
| | | | | | | | | | - 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-171-0/+142
To ease gnu stow usage. Now we can do stow -t ~ emacs