Christopher Crockett

Results 22 issues of Christopher Crockett

I'd like a way to toggle the "Enable Preview" button by default via emacs config, since the HTML page itself doesn't persist such settings between refreshes. There is precedent for...

### What did you expect to happen? I expected the "doomemacs/contrib-modules" link in the /modules/README.org document to take me to a repository for community contributed modules. https://github.com/doomemacs/doomemacs/blob/bcca96a69a44c1a752dd58761f8c7e2b43695f0b/modules/README.org?plain=1#L10-L12 ### What actually...

re:modules
is:docs
re:community

This change switches to using the theme font (`beautiful.font`) instead of `'Play 9'`. This change brings the widget more in line with the other awesome widgets, particularly since Play is...

Allows specifying a max title length via a new `title_scroll_length` option before spotify-widget begins scrolling it. If -1 is specified, the widget will never scroll (this is also how the...

Currently, the two default wizard templates for `gopass create` ("Website login" & "PIN Code (numerical)") seem to always load in as options for the wizard. It would be nice to...

feature

This line in the README implies that custom commands should be possible via extensions. https://github.com/gopasspw/gopass/blob/d6acc7063de4e7ceee717284dd1e4e3009163b5b/README.md?plain=1#L47 However, there is no further documentation either for creating extensions nor registering custom commands anywhere...

documentation

Currently, it seems the app only allows for viewing of org files. Are there any plans to provide write functionality in the app? If so, perhaps we should figure out...

enhancement

It would be nice if the app provided a bookmarks list in addition to the current recents list. I would like to be able to organize specific org files into...

enhancement

This PR enhances the existing `/weakness` and `/coverage` commands to have useful default values when used in a battle room's chat. More specifically, here's how the new defaults work: *...

ejira-update-my-projects can be quite a long-running command. Since it's currently fully synchronous, this locks up the entire emacs instance until it completes. It would be much more preferable if we...