aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Fix notes and shell cycle and creation.Yuchen Pei2023-10-144-26/+91
| | | | | One function to switch or cycle default notes indirect buffers. One to switch or cycle shell mode buffers.
* [emacs] [gdb] Some minor changesYuchen Pei2023-10-111-0/+11
| | | | | | | - emacs: my-elide-region that does the same thing as message-elide-region, with the comment-start as the prefix - gdbinit: an alias to a command that displays all backtrace of all threads
* [emacs] [gdb] Some small changesYuchen Pei2023-10-032-0/+35
| | | | | | | | | - my-mark-backward-up-list: like backward-up-list, but also mark the sexp - my-kill-sexp-or-comment: kill the next sexp or comment, replacing kill-sexp - my-mark-sexp-or-comment: mark the next sexp or comment, replacing mark-sexp - my-magit-ignore-other-worktrees: a filter-args advice to add --ignore-other-worktrees to magit-checkout
* [emacs] Forgot to add my-git-email in the previous commitYuchen Pei2023-10-011-0/+38
|
* [emacs] fixing scihub functions prefixYuchen Pei2023-09-301-4/+4
|
* [emacs] Some small changes with gnus->org-captureYuchen Pei2023-09-141-0/+7
|
* [emacs] gnus keys and hnreader save page to an archive dirYuchen Pei2023-09-111-6/+19
| | | | | Default hnreader archive dir is ~/.emacs.d/hn-archive/, filename is of the format <hacker-news-id>.org.
* [emacs] Adding lem-org, a package to read lemmy posts in org mode.Yuchen Pei2023-09-091-0/+171
| | | | Also adding the submodule lem.el it depends on.
* [emacs] Adding a client to forgejo/codebergYuchen Pei2023-09-094-4/+67
|
* [emacs] Fixing my-fetch-url etc.Yuchen Pei2023-09-092-9/+46
|
* [emacs] some convenience editing functions in message modeYuchen Pei2023-09-091-0/+63
|
* [emacs] Fix indenting in org src block invoking org-edit-src-exitYuchen Pei2023-09-081-9/+17
|
* [emacs] Some small enhancementYuchen Pei2023-09-072-6/+25
| | | | | Remove empty blocks automatically. When org-insert-structure-template, with a prefix, auto yank into block and exit
* A few changesYuchen Pei2023-09-054-11/+101
| | | | | | | | | | | | - 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
* A few more org utilities, and small fixes in editing / goto placesYuchen Pei2023-09-021-0/+33
| | | | | | | 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
* [emacs] some small changesYuchen Pei2023-08-281-1/+1
|
* typoYuchen Pei2023-08-271-1/+1
|
* Fixing a few thingsYuchen Pei2023-08-263-5/+14
|
* Adding functions for hmm transformers.Yuchen Pei2023-08-212-1/+259
| | | | | my-cgit- functions that outputs url for revision id, branches, and files. Also updating the my-github- functions accordingly
* Fixing a few things in emacs, adding xdgdefYuchen Pei2023-08-211-5/+53
| | | | | Emacs: updating the org clock refile so that it refiles all text in the logbook
* improve delete-pair related functionsYuchen Pei2023-08-191-0/+65
|
* A hook after org-src-edit-exitYuchen Pei2023-08-191-0/+8
|
* some tweaks in orgYuchen Pei2023-08-191-0/+4
|
* Adding a command to browse with the mullvad browserYuchen Pei2023-08-191-0/+6
|
* make my-new-line commands indentYuchen Pei2023-08-191-10/+6
|
* Adding common packages for use of any profileYuchen Pei2023-08-191-0/+5
|
* Adding a file handling snes spc music files.Yuchen Pei2023-08-192-5/+170
| | | | | Also update emms random album mechanism to assign low weight to the discovery directory
* Fix various download and incoming dirsYuchen Pei2023-08-191-0/+5
|
* [emacs] Some minor tweaksYuchen Pei2023-08-144-2/+15
|
* Moving some github related functions to my-githubYuchen Pei2023-08-123-59/+69
| | | | also some minor changes in ycp-org and my-buffer
* fixing a few things in bbdb, json and orgYuchen Pei2023-08-031-0/+3
|
* minor consult grep changesYuchen Pei2023-08-012-6/+13
|
* Some small changes.Yuchen Pei2023-07-312-44/+3
| | | | visual line mode, bbdb mua, org agenda, org capture, xref, bbdb
* minor fixesYuchen Pei2023-07-262-5/+20
|
* some minor fixesYuchen Pei2023-07-252-0/+19
|
* Remove my-mediawiki.el, deprecated by wiki.elYuchen Pei2023-07-241-38/+0
|
* Better my-fetch-urlYuchen Pei2023-07-231-5/+14
|
* grok from wiki modeYuchen Pei2023-07-202-3/+13
|
* fixing kill line in orgYuchen Pei2023-07-191-1/+1
|
* Adding bug-reference relatedYuchen Pei2023-07-181-1/+2
|
* some minor changesYuchen Pei2023-07-141-0/+39
|
* minor changesYuchen Pei2023-07-111-3/+3
|
* Minor wiki-related updatesYuchen Pei2023-07-101-1/+1
|
* moving wiki.el to a submoduleYuchen Pei2023-07-092-230/+0
|
* Adding managed props so we can edit links easilyYuchen Pei2023-07-071-1/+6
|
* wiki mode should call activate link in syntaxYuchen Pei2023-07-072-10/+16
|
* minor changesYuchen Pei2023-07-061-0/+5
|
* fix hnreaderYuchen Pei2023-07-061-1/+1
|
* fix hnreader titleYuchen Pei2023-07-062-1/+6
|
* some minor changesYuchen Pei2023-07-051-0/+3
|