aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* 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
|
* [nyxt] Some more nyxt keybinding tweaksYuchen Pei2023-08-141-1/+11
|
* [nyxt] Add initial nyxt config.Yuchen Pei2023-08-141-0/+74
|
* [emacs] Some minor tweaksYuchen Pei2023-08-147-3/+20
|
* [firefox] Add org-protocol to user.jsYuchen Pei2023-08-141-0/+6
|
* More Firefox changes.Yuchen Pei2023-08-122-1/+14
| | | | | DRM can diaf. Extensions should be installed explicitly. No topsites, thanks mozilla.
* Extensions and search engines in firefox policies changeYuchen Pei2023-08-121-1/+34
| | | | | | | - Captive portal: same value as userjs - ExpireAtSessionEnd: deprecated. - Removed some search engine extensions - Added some useful extensions
* Moving some github related functions to my-githubYuchen Pei2023-08-124-59/+71
| | | | also some minor changes in ycp-org and my-buffer
* [firefox] no meed to purge history on closeYuchen Pei2023-08-101-1/+1
|
* As they often say: Indentation, Indentation, IndentationYuchen Pei2023-08-071-66/+66
|
* Adding policies.json for firefox.Yuchen Pei2023-08-071-0/+70
| | | | Cross-profile settings that work for esr/developer/nightly.
* Adding firefox, including user.jsYuchen Pei2023-08-072-3/+1057
| | | | adapted from arkenfox.
* minor changes in dediting, prog, gdbinitYuchen Pei2023-08-033-1/+6
|
* 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