| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
* 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/.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/.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
|
| |
|
| |
|
|
|
|
| |
otherwise the list passed to the preference function my be reversed...
|
| |
|
| |
|
|
|
|
|
| |
- auto confirm debuginfod
- write to history on kill
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
| |
rename files by mtime
also a new command to use ytdl without tor
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Read categories from local
- Add more documentation
- Change my-org-task-relations to defcustom
|
| |
|
| |
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Also strip fbclid from urls
|
| |
|
| |
|
|
|
|
|
|
|
| |
- small fixes
- which func headline should apply to js mode too
- magit-diff mode no truncate lines
- w3m keybindings
|
|
|
|
|
|
| |
gnus: prefers plaintext
my-buffer: fixes a bug
my-org: fixing a local var
|
| |
|
|
|
|
|
| |
One function to switch or cycle default notes indirect buffers.
One to switch or cycle shell mode buffers.
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
A client of git-send-email that integrates with gnus, magit and dired.
|
| |
|
| |
|
|
|
|
|
| |
Default hnreader archive dir is ~/.emacs.d/hn-archive/, filename is of
the format <hacker-news-id>.org.
|
| |
|
|
|
|
| |
Also adding the submodule lem.el it depends on.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove empty blocks automatically.
When org-insert-structure-template, with a prefix, auto yank into block and exit
|