aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] json-mode required too early in my-progYuchen Pei2024-06-131-1/+1
|
* [emacs] bison-mode required too earlyYuchen Pei2024-06-131-1/+1
|
* [bash] Account for another path of git-prompt.shYuchen Pei2024-06-131-0/+2
|
* [tlp] Add tlp.confYuchen Pei2024-06-131-0/+585
|
* [mpv][inputrc] Add mpv and inputrcYuchen Pei2024-06-133-0/+44
|
* [bash] do not assume location of rebootYuchen Pei2024-06-131-1/+1
|
* [emacs] minor fixYuchen Pei2024-06-132-3/+2
|
* [i3] Use ubuntu mono bold in i3barYuchen Pei2024-06-071-1/+1
|
* [emacs] fix gnus directoriesYuchen Pei2024-06-071-0/+12
|
* [emacs] the comint history write hook should be added to gud onlyYuchen Pei2024-06-041-1/+3
|
* [emacs] emms hardcode player preferenceYuchen Pei2024-05-261-2/+2
| | | | otherwise the list passed to the preference function my be reversed...
* [emacs] play video with vlc if possibleYuchen Pei2024-05-262-1/+12
|
* [screen] add screenrcYuchen Pei2024-05-261-0/+7
|
* [emacs] only cancel c-m / c-i in guiYuchen Pei2024-05-261-3/+4
|
* [bash] ensure xdg_runtime_dirYuchen Pei2024-05-261-0/+20
| | | | https://unix.stackexchange.com/questions/476963/how-to-create-delete-xdg-runtime-dir-at-login-logoff
* [bash] check for local file and functions before sourcing and callingYuchen Pei2024-05-261-4/+12
|
* [emacs] use man instead of womanYuchen Pei2024-05-261-1/+1
| | | | woman is unable to render some manuals
* [kodi] use vlc as the playerYuchen Pei2024-05-261-0/+14
|
* [emacs] minor fix emmsYuchen Pei2024-05-261-1/+1
|
* [emacs] c++ configYuchen Pei2024-05-232-0/+16
| | | | tempel template for #ifdef block
* [emacs] corfu renamed a varYuchen Pei2024-05-231-1/+1
|
* [emacs] more smooth experience in gudYuchen Pei2024-05-232-6/+12
| | | | | - auto confirm debuginfod - write to history on kill
* [acpi] add new line to misc-root/etc/acpi/events/lidYuchen Pei2024-05-191-1/+1
|
* [i3status] Check vpnYuchen Pei2024-05-192-0/+20
| | | | | Have to use read_file because path_exists does not work with path expansion.
* [bashrc] spoof googlebotYuchen Pei2024-05-091-0/+2
|
* [emacs] disable which-function in json mode when buffer is bigYuchen Pei2024-05-092-5/+7
|
* [emacs] Fix a few small thingsYuchen Pei2024-04-053-3/+5
| | | | - cape: cape-symbol has been replaced by cape-elisp-symbol
* [emacs] osm-ol removed in osm after an upgradeYuchen Pei2024-04-051-1/+0
|
* [emacs][urxvt] bunch of small changesYuchen Pei2024-04-0511-15/+49
| | | | | | | | - add org clock string to frame title - add ansi color to compilation buffer - look for project source dir from build dir - fix my-kill-sexp-or-comment - more lines in urxvt
* [emacs] improve org backtrace regionYuchen Pei2024-04-052-1/+94
|
* [emacs] fix gitlab parsingYuchen Pei2024-04-052-4/+5
|
* [bash] An alias to get url behind one redirectionYuchen Pei2024-04-021-0/+2
|
* [emacs] add renaming to diredYuchen Pei2024-04-022-4/+48
| | | | | | rename files by mtime also a new command to use ytdl without tor
* [emacs] minor updates to url-rewrite and my-ytdlYuchen Pei2024-01-204-9/+26
| | | | | | - url-rewrite: also redirect from x.com for xitter - luwak: use url-rw for rewrite - ytdl: get rid of silly full-width chars and emojis in file names
* [emacs] Fixing a few thingsYuchen Pei2023-12-263-35/+68
| | | | | | | - link-gopher: some formatting - my-org: extend my-org-attach-copy-attached-orgs to fallback to a staging area - my-libgen: better naming just in case
* [emacs] flymake lint yolo.elYuchen Pei2023-12-031-5/+5
|
* [emacs] Adding yolo.elYuchen Pei2023-12-031-0/+73
|
* [emacs] minor changesYuchen Pei2023-11-282-2/+10
| | | | | - google slides to odp url rewrite - fixing emacs-29 lag by setting long-line-threshold to nil
* [vim-vixen] Backspace to scroll backYuchen Pei2023-11-131-0/+1
|
* [emacs] Update org-agenda-prefix-format now that we use the task systemYuchen Pei2023-11-131-4/+4
|
* [emacs] Use ~ as task id separator for better completion with partial-completionYuchen Pei2023-11-131-1/+9
|
* [emacs] Some minor changesYuchen Pei2023-11-083-4/+12
|
* [emacs] Some further fixes to my-org-task.Yuchen Pei2023-11-052-5/+15
| | | | | | - Read categories from local - Add more documentation - Change my-org-task-relations to defcustom
* [emacs] Remove some commented out codeYuchen Pei2023-11-051-4/+0
|
* [emacs] A utility function for parsing epochYuchen Pei2023-11-051-0/+6
|
* [emacs] Add task management in org.Yuchen Pei2023-11-052-1/+198
| | | | | | - We can add a task ID to a heading, like PRO-231 - We can associate a task with another task - Blocking is marked explicitly now
* Add pointer to the mailing list in READMEYuchen Pei2023-11-051-0/+3
|
* [emacs] Reset buffer in mastorg-openYuchen Pei2023-11-051-3/+5
|
* [emacs] Add mastorg.el, which renders a mastodon toot in org modeYuchen Pei2023-11-051-0/+205
| | | | | | | | | | | | | | | | | | | | From Commentary: ;; Read or archive mastodon toot context in org mode. This is a ;; standalone library, and can be used without any other files in this ;; project. ;; Usage: ;; M-x mastorg-open <RET> https://mastodon.instance/@user/12345678901234 <RET> ;; ;; The toot, together with its ancestors and descendants, subject to ;; mastodon API depth limit, are displayed in an org buffer. ;; TODO: ;; ;; To be able to refresh the org buffer at an org entry, which would ;; re-fetch the context of the corresponding toot and upsert them in ;; the buffer.
* [emacs] Install mastodon.el from nongnu elpaYuchen Pei2023-11-023-4/+1
|