aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Switch shell buffers by prompt tooYuchen Pei2023-10-142-19/+56
|
* [emacs] Fix notes and shell cycle and creation.Yuchen Pei2023-10-148-29/+96
| | | | | 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-113-2/+15
| | | | | | | - 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] Small tweaks to org-agendaYuchen Pei2023-10-081-1/+5
|
* [emacs] [gdb] Some small changesYuchen Pei2023-10-035-1/+45
| | | | | | | | | - 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] some minor changesYuchen Pei2023-10-033-0/+6
|
* [emacs] ange-ftp passive mode onYuchen Pei2023-10-011-0/+4
|
* [emacs] Forgot to add my-git-email in the previous commitYuchen Pei2023-10-011-0/+38
|
* [emacs] Add git-emailYuchen Pei2023-10-012-0/+17
| | | | A client of git-send-email that integrates with gnus, magit and dired.
* [emacs] Fix lem.el load pathYuchen Pei2023-09-301-0/+1
|
* [emacs] fixing scihub functions prefixYuchen Pei2023-09-301-4/+4
|
* [emacs] R to wide reply in gnusYuchen Pei2023-09-151-0/+1
|
* [emacs] Some small changes with gnus->org-captureYuchen Pei2023-09-143-1/+14
|
* [emacs] gnus keys and hnreader save page to an archive dirYuchen Pei2023-09-112-9/+26
| | | | | Default hnreader archive dir is ~/.emacs.d/hn-archive/, filename is of the format <hacker-news-id>.org.
* [emacs] Adding submodule fedi.el, required by lem-apiYuchen Pei2023-09-101-0/+0
|
* [emacs] Adding lem-org, a package to read lemmy posts in org mode.Yuchen Pei2023-09-093-0/+174
| | | | Also adding the submodule lem.el it depends on.
* [emacs] Adding a client to forgejo/codebergYuchen Pei2023-09-095-5/+68
|
* [emacs] Update wiki.el versionYuchen Pei2023-09-091-0/+0
|
* [emacs] Fixing my-fetch-url etc.Yuchen Pei2023-09-093-10/+47
|
* [emacs] some convenience editing functions in message modeYuchen Pei2023-09-092-2/+71
|
* [emacs] Fix indenting in org src block invoking org-edit-src-exitYuchen Pei2023-09-081-9/+17
|
* [emacs] Some small enhancementYuchen Pei2023-09-073-6/+26
| | | | | Remove empty blocks automatically. When org-insert-structure-template, with a prefix, auto yank into block and exit
* A few changesYuchen Pei2023-09-0510-20/+120
| | | | | | | | | | | | - 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-025-5/+49
| | | | | | | 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-283-2/+3
|
* minor fixYuchen Pei2023-08-281-1/+1
|
* typoYuchen Pei2023-08-271-1/+1
|
* Fixing a few thingsYuchen Pei2023-08-264-5/+18
|
* Adding functions for hmm transformers.Yuchen Pei2023-08-214-3/+261
| | | | | 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-215-10/+59
| | | | | Emacs: updating the org clock refile so that it refiles all text in the logbook
* improve delete-pair related functionsYuchen Pei2023-08-192-1/+69
|
* A hook after org-src-edit-exitYuchen Pei2023-08-192-1/+10
|
* some tweaks in orgYuchen Pei2023-08-192-1/+7
|
* Adding a command to browse with the mullvad browserYuchen Pei2023-08-192-0/+7
|
* make my-new-line commands indentYuchen Pei2023-08-191-10/+6
|
* minor change to org creating idYuchen Pei2023-08-191-1/+1
|
* fixing visual line mode commandsYuchen Pei2023-08-191-2/+8
|
* Adding common packages for use of any profileYuchen Pei2023-08-193-5/+12
|
* 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-194-8/+20
|
* minor changeYuchen Pei2023-08-182-2/+3
|
* [emacs] extend tempel template header to lispYuchen Pei2023-08-141-26/+36
|
* [emacs] Some minor tweaksYuchen Pei2023-08-147-3/+20
|
* Moving some github related functions to my-githubYuchen Pei2023-08-124-59/+71
| | | | also some minor changes in ycp-org and my-buffer
* minor changes in dediting, prog, gdbinitYuchen Pei2023-08-032-1/+4
|
* fixing a few things in bbdb, json and orgYuchen Pei2023-08-034-1/+6
|
* minor consult grep changesYuchen Pei2023-08-013-8/+15
|
* Some small changes.Yuchen Pei2023-07-317-70/+42
| | | | visual line mode, bbdb mua, org agenda, org capture, xref, bbdb
* update buildbot submoduleYuchen Pei2023-07-261-0/+0
|
* Minor fixes for wiki and buildbot configsYuchen Pei2023-07-262-6/+6
|