Jan Seeger
Jan Seeger
By setting FZF_{CTRL_T,ALT_C,CTRL_R}_BINDING to something different before loading the keybindings, the functionality can be remapped to different keys.
Hey! Unfortunately, the build artifacts have been deleted, which means the download link doesn't work. Re-running the build should fix this.
I've found that something like the following configuration causes two calendars to sync events between the two calendars: ```elisp (setq org-caldav-calendars '((:calendar-id "calendar1" :inbox (file+headline "file.org" "headline 1") :files ("inbox1.org"))...
- Comments indicate that this shouldn't work in XEmacs, but if we only make it a symbol constituent in GNU Emacs, this should still work with XEmacs.
Added `mouse_warping_position` command with possible arguments "center", "topleft", "bottomleft", "topright", "bottomright" to adjust the corner of the container the mouse is warped to. Could also be extended to output warping,...
It would be awesome if I could bind 'g' and 'C-x C-f' to a dialog that accesses history and search information the way the location bar does it. For example,...
All dollar signs in a template's `prompt` or `system` values are interpreted as introducing `placeholders`. The documentation for `string.Template` says that doubling a dollar sign should escape it. Due to...
With the following configuration, `poetry bundle venv /tmp/venv` does not error, but does not produce a correct bundle (the code of the project itself is not bundled). The cause is...
Just a tiny addition to make large configurations easier to do in code.