aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/my-gitlab.el
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] browse-url calls gitlab infoboxYuchen Pei4 days1-0/+5
|
* [emacs][gdb] Infobox with gitlabYuchen Pei5 days1-10/+65
| | | | | | | | | | | | | | | | * emacs/.emacs.d/init/ycp-org.el: Forgot to require 'my-org-remark * emacs/.emacs.d/lisp/my/infobox.el: A utility to display alist in a help buffer * emacs/.emacs.d/lisp/my/my-buffer.el: Add a function that fontify a string with a given mode * emacs/.emacs.d/lisp/my/my-gitlab.el: Example of using infobox, by displaying gitlab project info in a help buffer * emacs/.emacs.d/lisp/my/my-net.el: add a function that fetch a url raw * emacs/.emacs.d/lisp/my/my-prog.el: reduce timeout in gdb completion from 1 to .1 sec, but the code is commented out anyway because it does not work (see preceding comments) * misc/.gdbinit: enable debuginfod and reduce max-completions to 20 to reduce hanging caused by exhaustive search of completions
* [emacs] fix gitlab parsingYuchen Pei2024-04-051-3/+4
|
* Moving things one level deeperYuchen Pei2023-06-171-0/+61
To ease gnu stow usage. Now we can do stow -t ~ emacs