aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] emms show current playing score and show lat three component in mode ↵Yuchen Pei4 days1-0/+39
| | | | line
* [emacs] fix emms overlayYuchen Pei4 days1-3/+11
|
* [emacs] emms get duration using ffprobeYuchen Pei4 days1-1/+27
|
* [emacs] emms mark boundaries when soundtrack chosenYuchen Pei4 days1-17/+40
|
* [emacs] Add dired utility to rename epubsYuchen Pei5 days2-49/+98
| | | | Also extracted some functions to a new my-epub
* [emacs][firefox] Archive webpagesYuchen Pei5 days2-2/+3
| | | | | firefox: add SingleFile settings emacs: use separate dir for downloading webpages
* [emacs] bookkeeping in belf-recentYuchen Pei6 days1-0/+55
|
* [emacs] Add my-org-clock-splitYuchen Pei11 days1-0/+23
|
* [emacs] Fix belf recent function namingYuchen Pei2025-06-042-5/+27
|
* [emacs] Add belf-recent-modeYuchen Pei2025-06-022-4/+62
| | | | It displays a subset of books that have been opened recently in emacs.
* [emacs] Some small fixes with editingYuchen Pei2025-04-281-1/+1
|
* [emacs] org-remark note headlines should be shorterYuchen Pei2025-03-275-7/+99
|
* [emacs] Fix org-recoll buffer a bitYuchen Pei2025-03-183-9/+46
|
* [emacs][i3] Add fringe indicators for emms play groupsYuchen Pei2025-03-164-5/+20
| | | | And various other changes
* [emacs][mpv][bashrc] emms group play fixYuchen Pei2025-03-096-45/+73
|
* [emacs] emms play random track groupYuchen Pei2025-02-243-13/+184
|
* [emacs] allow choosing library in belfYuchen Pei2025-02-171-10/+92
|
* [emacs] firefox places completion in my-browse-urlYuchen Pei2025-02-151-3/+12
|
* [emacs] my-browse-url completion list from firefox placesYuchen Pei2025-02-121-2/+12
|
* [emacs] belf sort authors and titlesYuchen Pei2025-02-121-11/+88
| | | | Also a utility function to rename files to standard
* [emacs] belf set authorYuchen Pei2025-02-103-27/+75
|
* [emacs] belf: extract first page of pdf as coverYuchen Pei2025-02-091-13/+29
|
* [emacs] Some fixes to finding covers in belfYuchen Pei2025-02-091-44/+25
|
* [emacs] belf mode show book cover in the infoboxYuchen Pei2025-02-092-5/+101
|
* [emacs] Flesh out bookshelf mode a bitYuchen Pei2025-02-072-11/+97
| | | | | Add follow mode. Display book cover in infobox. Render html description in infobox.
* [emacs] fix belf file filteringYuchen Pei2025-02-021-1/+1
|
* [emacs] Fix nov margin/fringe widthsYuchen Pei2025-02-022-6/+14
| | | | And do not show temp files in belf
* [emacs] Add commands to belf to display book info and open a bookYuchen Pei2025-02-022-6/+25
|
* [emacs] Initial implementation of Bookshelf mode.Yuchen Pei2025-02-021-0/+73
|
* [emacs] Use man instead of woman for org manpage linksYuchen Pei2025-02-021-1/+1
| | | | | And avoid questions from my-gnus-inbox-group about how many messages to show.
* [emacs] Factor infobox forge url formatYuchen Pei2025-01-304-12/+13
|
* [emacs] Adding a function to get firefox bookmarks and historyYuchen Pei2025-01-291-0/+21
|
* [emacs] Make emms make proportional choice when selecting a random albumYuchen Pei2025-01-282-17/+15
| | | | | | | | Previously, it selects a random album from the list of albums, regardless of number of tracks in the album. Now it first goes to a random line in the playlist, then finds the first track in the same album.
* [emacs] update exitterYuchen Pei2025-01-281-0/+0
|
* [emacs] mtrr compile and gdb expr watchYuchen Pei2025-01-252-5/+18
|
* [emacs] infobox add thumbnailYuchen Pei2025-01-221-0/+11
|
* [emacs] small fixes to emms and fediorg/exitterYuchen Pei2025-01-213-4/+6
| | | | | | | emms: reset score delta to 1 if last command is not emms-playlist-mode-play-smart fediorg: show thumbnails only when they are legit image files
* [emacs] Rename mastorg to fediorgYuchen Pei2025-01-203-97/+123
| | | | | | | | Now that the package handles fedi posts in general, it no longer makes sense to use mastodon-specific naming. Also updated ytdl infobox formatting chapters and removal of extra queries in urls
* [emacs] Save to file and limit number of commentsYuchen Pei2025-01-191-11/+38
|
* [emacs] support pleroma in mastorgYuchen Pei2025-01-191-0/+24
|
* [emacs] Add xdg-open button to infobox of exiftoolYuchen Pei2025-01-193-0/+7
|
* [emacs] Improve mastorgYuchen Pei2025-01-191-22/+147
| | | | | auto-save threads in an org file; show image thumbnails; linkify timestamp; show like/repeat/fav stats
* [emacs] eval expr in gud source and infobox value transformYuchen Pei2025-01-183-1/+23
|
* [emacs] Adding buttons to infoboxYuchen Pei2025-01-174-18/+45
|
* [emacs] web relatedYuchen Pei2025-01-164-21/+41
| | | | | - fix browse-url-handlers - generalise fetch-and-browse flows
* [emacs] updated exitterYuchen Pei2025-01-141-0/+0
|
* [emacs] Add timer to save score in emmsYuchen Pei2025-01-141-1/+12
| | | | | Also add isearch to common packages, so that search-whitespace-regexp takes effect in the emms profile
* [emacs] mtr and gudYuchen Pei2025-01-132-1/+74
| | | | | compilation in mtr; convenience function in gud that inserts function name and current source line of the source buffer
* [emacs] New version of exitterYuchen Pei2025-01-131-0/+0
|
* [emacs] Add compilation mode support for ledger modeYuchen Pei2025-01-121-0/+9
|