| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* emacs/.emacs.d/init/ycp-web.el: Add org link handling jira; add
my-org-jira-open-url as a browse-url-handler
* emacs/.emacs.d/lisp/my/my-org-jira.el: add functions to fetch jira
issue given a url
* emacs/.emacs.d/lisp/my/my-web.el: remove the redundant my-browse-url
now that we use browse-url-handlers
* emacs/.emacs.d/lisp/my/my-ytdl.el: infobox to extract from ytdl
supported video urls
* misc/.config/rofi/config.rasi: newer versions of rofi does not do
glob matching like prefix any more
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 as web browser
- libfic download
- fix pdf-merge
|
|
|
|
|
|
| |
- use custom mastodon.el
- turn off flyspell in org-jira mode because it slows down
significantly
|
| |
|
|
|
|
|
|
|
| |
* emacs/.emacs.d/init/ycp-org.el: disable read-only in org edit
special buffer
* emacs/.emacs.d/lisp/my/my-org.el: ^
* misc/.gdbinit: a break-and-continue convenience function
|
| |
|
|
|
|
| |
So when a laptop is unplugged we don't get stuck with a black screen.
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Not necessarily tun0
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
https://unix.stackexchange.com/questions/476963/how-to-create-delete-xdg-runtime-dir-at-login-logoff
|
| |
|
| |
|
|
|
|
|
| |
Have to use read_file because path_exists does not work with path
expansion.
|
| |
|
|
|
|
|
|
|
|
| |
- 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: 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
|
|
|
|
|
|
|
|
|
| |
- my-mark-backward-up-list: like backward-up-list, but also mark the sexp
- my-kill-sexp-or-comment: kill the next sexp or comment, replacing kill-sexp
- my-mark-sexp-or-comment: mark the next sexp or comment, replacing
mark-sexp
- my-magit-ignore-other-worktrees: a filter-args advice to add
--ignore-other-worktrees to magit-checkout
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Emacs: updating the org clock refile so that it refiles all text in
the logbook
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- add gdbinit
- attempt to fix tempel in eglot (not working)
- add qutebrowser to hmm browser
- allow find file to open file:line_no
|
|
|
|
| |
- also updating buildbot submodule commit
|
|
|
|
| |
Including wasamasa and jwiegley
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- bbdb: integration with gnus and message
- disable tree-sitter for c-mode
- my-buffer-quick-major-mode: switch rather than pop to buffer
- rofi config: comment timeout and filebrowser due to issues with
lower versions
|
| |
|
| |
|
|
|
|
| |
Also .gitignore
|
|
|
|
|
|
|
|
|
|
| |
- Adding org-jira
- Also fixed getting builders in buildbot
- Adding gdb-mi and gud
- Adding gdb and shell configs
- Also mariadb dev related stuff
- A few more modes
- some more updates
|
|
|