aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-complete.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Fix company hang and multiple completion dropdowns in message modeYuchen Pei2024-10-121-2/+21
|
* [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] corfu renamed a varYuchen Pei2024-05-231-1/+1
|
* [emacs] Fix a few small thingsYuchen Pei2024-04-051-1/+2
| | | | - cape: cape-symbol has been replaced by cape-elisp-symbol
* [emacs] Fix notes and shell cycle and creation.Yuchen Pei2023-10-141-0/+2
| | | | | One function to switch or cycle default notes indirect buffers. One to switch or cycle shell mode buffers.
* [emacs] Some small enhancementYuchen Pei2023-09-071-0/+1
| | | | | Remove empty blocks automatically. When org-insert-structure-template, with a prefix, auto yank into block and exit
* A few more org utilities, and small fixes in editing / goto placesYuchen Pei2023-09-021-2/+1
| | | | | | | added my-org-swap-referral-with-headline added my-org-clean-up-entry fixed avy binding org capture todo: contain initial content (if any) in an example block
* Adding functions for hmm transformers.Yuchen Pei2023-08-211-2/+2
| | | | | my-cgit- functions that outputs url for revision id, branches, and files. Also updating the my-github- functions accordingly
* Adding a command to browse with the mullvad browserYuchen Pei2023-08-191-0/+1
|
* minor consult grep changesYuchen Pei2023-08-011-2/+2
|
* minor changesYuchen Pei2023-07-061-4/+13
|
* minor changesYuchen Pei2023-07-031-0/+5
|
* buncha changesYuchen Pei2023-06-271-3/+4
| | | | | | | - add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no
* Adding clean-elc-compileYuchen Pei2023-06-261-1/+1
| | | | - also updating buildbot submodule commit
* Adapted more configs from other emacs configsYuchen Pei2023-06-261-3/+6
| | | | Including wasamasa and jwiegley
* Fixing corfu map and rofi keybindingYuchen Pei2023-06-241-1/+5
|
* Enhancements for org and elispYuchen Pei2023-06-241-2/+2
| | | | | | - 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
|
* precision fixesYuchen Pei2023-06-191-61/+14
| | | | | | | | | | - 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/+375
To ease gnu stow usage. Now we can do stow -t ~ emacs