aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] Adding exitterYuchen Pei12 hours2-0/+9
| | | | A wip emacs x/twitter client
* [emacs] Add org narrow or widen to focus writeYuchen Pei2 days2-6/+18
|
* [emacs] Fix company hang and multiple completion dropdowns in message modeYuchen Pei2024-10-121-2/+21
|
* [emacs] Use aspell and en_GB for ispellYuchen Pei2024-10-121-0/+10
|
* [emacs] continue org-jira customisation from the previous patchYuchen Pei2024-10-111-0/+88
| | | | | | * emacs/.emacs.d/lisp/my/my-org-jira.el: Override `org-jira-sdk-issue' and `org-jira-sdk-from-data' to include fixversions, affectedversions and relatedissues
* [emacs] Some changes from the past monthsYuchen Pei2024-10-119-98/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs/.emacs.d/init/ycp-complete.el: comment why corfu does not work well with gud * emacs/.emacs.d/init/ycp-editing.el: bind my-write-file to C-x C-w; change viper-syntax-preference to 'extended * emacs/.emacs.d/init/ycp-org.el: comment on tab-width * emacs/.emacs.d/lisp/my/my-buffer.el: add a function `my-save-text-and-switch-to-buffer' that Save TEXT to FILE-NAME and switch to the buffer * emacs/.emacs.d/lisp/my/my-editing.el: renamed a function; and override `viper-forward-word-kernel' and `viper-backward-word-kernel' (why?); add function `my-write-file', which is the same as `write-file', but keep the old buffer and remain there. * emacs/.emacs.d/lisp/my/my-mariadb.el: remove sleep in `my-gdb-maria-spider'; add a function to fetch source of a mariadb kb entry * emacs/.emacs.d/lisp/my/my-net.el: extract out local I/O and buffer logic from `my-fetch-url-save-and-switch' to `my-save-text-and-switch-to-buffer'. * emacs/.emacs.d/lisp/my/my-org-jira.el: fix formatting of `my-org-jira--render-issue', and add affected-versions, fix-versions and related-issues for rendering * emacs/.emacs.d/lisp/my/my-prog.el: ensure indent-tabs-mode is by default nil in prog-modes, to protect from c-style-alist overriding * mariadb-server/.dir-locals.el: Moved from sql/.dir-locals.el
* [emacs] [bash] Several improvementsYuchen Pei2024-10-113-3/+10
| | | | | | | | | | * emacs/.emacs.d/lisp/my/my-media-segment.el: Add index to filename formatting in `my-segment-media-file-1' * emacs/.emacs.d/lisp/my/my-utils.el: Add .spc to audio extensions * emacs/.emacs.d/lisp/my/my-ytdl.el: add command to download audio without tor * misc/.bashrc: pacman and systemd aliases; automate some arch aur make process; add pdf merge / extract functions using ghostscript
* [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
|
* [emacs] minor fixYuchen Pei2024-06-132-3/+2
|
* [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
|
* [emacs] only cancel c-m / c-i in guiYuchen Pei2024-05-261-3/+4
|
* [emacs] use man instead of womanYuchen Pei2024-05-261-1/+1
| | | | woman is unable to render some manuals
* [emacs] minor fix emmsYuchen Pei2024-05-261-1/+1
|
* [emacs] c++ configYuchen Pei2024-05-231-0/+7
| | | | 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
* [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-059-13/+43
| | | | | | | | - 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
|
* [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
* [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
* [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-022-1/+1
|
* [emacs] Adding bom.elYuchen Pei2023-11-022-0/+7
| | | | 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-305-2/+147
|
* [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-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