Daniel Hubmann

Results 13 comments of Daniel Hubmann

Had a look at the code. Something like this should do it: Handle `:separator` different if it is a list like `("-" " ")` and use the `cdr` as the...

had time to work on this: https://github.com/hubisan/major-mode-hydra.el/tree/feature/col-separator > :col-separator a string or a list of two strings used to separate the columns. If it is a list, the second string...

I found a working solution: ```emacs-lisp (with-current-buffer (org-get-indirect-buffer) (org-narrow-to-subtree) ;; (narrow-to-region) (org-ql (current-buffer) nil :narrow t :action (org-get-outline-path t)) (kill-current-buffer)) ``` Can this be added with a keyword `:scope` with...

Sounds promising. This is actually close to the [capturing templates](https://orgmode.org/manual/Template-elements.html) target element syntax. So `BUFFERS-FILES` can be one of the following expression or an expression which evaluates to a list...

Added a remark in the readme about using WSLg when having Windows 11. Still want to add full instructions once I can use it.

WSLg is now available for Windows 10 as well. Will see if i get this to work in February 2023.

I will give `tab-bar-mode` and `burly-tabs-mode` a go. Should probably have done this a long time ago. Thanks for the tip. If it is of use to anyone, found a...

Cool, waiting for this to be merged. @mhayashi1120 Any chance this being merged? Or is there something left to do?

Would be really nice to have this implemented. This is crucial when using multiple keyboard layouts. Example: If I want to bind `super + ;` to a command, I have...