John Hamelink
John Hamelink
So I tried this out, and it works nicely :) Here's the config I ended up with: ```emacs-lisp (defun ytel-watch () "Stream video at point in mpv." (interactive) (let* ((video...
I just made this function to add to my ytel configuration. Hope it's useful :smile: ```emacs-lisp (defun ytel-yank-video () "Yank video URL on point" (interactive) (let* ((video (ytel-get-current-video)) (id (ytel-video-id...
https://github.com/krisajenkins/ob-mongo
I was able to replicate this by forwarding an email from one account to another (Fastmail -> Office365) and then deleting the original email (both accounts being connected to Nylas...
Yep I also agree. Only thing I'd ask is for there to be a sensible deprecation flow used so that people can migrate over easily, without breaking things for people....
I think we should make the changes on a separate namespace as @piavlo mentioned, add a deprecation message to the old Kv namespace methods, and bump the version up a...
For me, as I was already using home assistant, the home assistant integration was perfect for defining the state I wanted to hold Snapcast in, and to enforce that as...
Hey @abelmatser, The `media_player.snapcast_group_2c85ea88_b523_6b2a_becb_d611494a6312` is the ID of the group. You can either provide an alias in HA (Go to Configuration -> Devices & Services -> Entities, and search for...
How would you use this with doom emacs? I've tried the following: packages.el: ```emacs-lisp (package! elegant-emacs :recipe (:host github :repo "rougier/elegant-emacs")) ``` config.el: ```emacs-lisp (use-package elegant-emacs) ``` Then I run...
I had a look at this PR, as I also wanted a single `M-x` command. Here's how I used it: ```emacs-lisp (use-package mu4e-dashboard :straight (mu4e-dashboard :type git :host github :repo...