| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
- cape: cape-symbol has been replaced by cape-elisp-symbol
|
|
|
|
|
| |
One function to switch or cycle default notes indirect buffers.
One to switch or cycle shell mode buffers.
|
|
|
|
|
| |
Remove empty blocks automatically.
When org-insert-structure-template, with a prefix, auto yank into block and exit
|
|
|
|
|
|
|
| |
added my-org-swap-referral-with-headline
added my-org-clean-up-entry
fixed avy binding
org capture todo: contain initial content (if any) in an example block
|
|
|
|
|
| |
my-cgit- functions that outputs url for revision id, branches, and
files. Also updating the my-github- functions accordingly
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
- org: adding an :after advice to org-insert-structure-template so
that it goes into editing immediately
- elisp: C-M-x evals a region when region is active
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
To ease gnu stow usage. Now we can do
stow -t ~ emacs
|