aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [emacs] Install mastodon.el from nongnu elpaYuchen Pei2023-11-023-4/+1
|
* [emacs] Adding bom.elYuchen Pei2023-11-023-0/+10
| | | | Also strip fbclid from urls
* [emacs] Add google-docs-odt and fix my-lem-orgYuchen Pei2023-11-022-4/+11
|
* [emacs] Adding traclicker and url-rewrite, as well as customizationsYuchen Pei2023-10-306-2/+153
|
* [bash] Adding pQo alias for pacman -QoYuchen Pei2023-10-281-0/+1
|
* [emacs] Some tweaksYuchen Pei2023-10-285-3/+20
| | | | | | | - small fixes - which func headline should apply to js mode too - magit-diff mode no truncate lines - w3m keybindings
* [emacs] Some minor fixesYuchen Pei2023-10-183-4/+11
| | | | | | gnus: prefers plaintext my-buffer: fixes a bug my-org: fixing a local var
* [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-115-2/+28
| | | | | | | - 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-036-3/+47
| | | | | | | | | - 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-013-0/+20
| | | | A client of git-send-email that integrates with gnus, magit and dired.
* [acpid] Add config/scripts to toggle touchpad on laptop lid eventsYuchen Pei2023-09-302-0/+19
|
* [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-102-0/+3
|
* [emacs] Adding lem-org, a package to read lemmy posts in org mode.Yuchen Pei2023-09-094-0/+177
| | | | Also adding the submodule lem.el it depends on.
* [emacs] Adding a client to forgejo/codebergYuchen Pei2023-09-095-5/+68
|
* [zathura] Documentation on failed emacs key binding attemptYuchen Pei2023-09-091-1/+5
|
* [nyxt] Update config documenting problems with hint-prompt bindingYuchen Pei2023-09-091-3/+16
|
* [bash] minor alias update for pacmanYuchen Pei2023-09-091-0/+1
|
* [emacs] Update wiki.el versionYuchen Pei2023-09-091-0/+0
|
* [firefox] Add extensions.Yuchen Pei2023-09-095-0/+6
| | | | Redirector and vim-vixen are custom versions with preferences.
* [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] minor change to offset alistYuchen Pei2023-08-281-0/+9
|
* [emacs] some small changesYuchen Pei2023-08-283-2/+3
|
* minor fixYuchen Pei2023-08-281-1/+1
|
* typoYuchen Pei2023-08-271-1/+1
|
* Firefox x org-protocolYuchen Pei2023-08-264-13/+55
| | | | | | | A greasemonkey userscript with keybindings for org-protocol. A webpage to activate org-protocol in firefox, which requires network.protocol-handler.expose.org-protocol to be false Some org-protocol bookmarklet in case the keys don't work
* Add vim-vixen with custom keybindingYuchen Pei2023-08-264-1/+170
|
* Adding firefox redirector extensionYuchen Pei2023-08-264-1/+437
|
* Add limit-tabs firefox extension.Yuchen Pei2023-08-264-1/+109
| | | | | | | | | | A patch to apply deployment preference Build with zip -r ./* limit-tabs.xpi Then move the xpi to the firefox distribution directory as specified in policies.json i.e. /usr/lib/firefox-developer-edition/distribution/extensions/limit-tabs.xpi
* 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
* Adding a couple more pacman aliasesYuchen Pei2023-08-211-0/+3
|
* Adding xdg desktop entries and mimeapp.listYuchen Pei2023-08-213-0/+92
|
* Fixing a few things in emacs, adding xdgdefYuchen Pei2023-08-216-10/+64
| | | | | 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
|