Integrating Emacs with Siri Shortcuts
danpetrov.xyz
Integrating Emacs with Siri Shortcuts
1–10 of 14 posts
Re: Integrating Emacs with Siri Shortcuts
#2I've tinkered with my own customizations of course, but can someone recommend a good methodical approach for learning elisp and emacs internals?
Re: Integrating Emacs with Siri Shortcuts
#3Honestly, just being able to set emacs full/split screen via a siri shortcut (and hence, any Shortcut script) would be unbelievably useful for automating pieces of my workflow.
Re: Integrating Emacs with Siri Shortcuts
#4I was really, really hoping this was about enabling emacs to be scripted via siri shortcuts. (Though this is super useful, too). Honestly, just being able to set emacs full/split screen via a siri shortcut (and hence, any Shortcut script) would be unbelievably useful for automating pieces of my workflow.
Re: Integrating Emacs with Siri Shortcuts
#5I was really, really hoping this was about enabling emacs to be scripted via siri shortcuts. (Though this is super useful, too). Honestly, just being able to set emacs full/split screen via a siri shortcut (and hence, any Shortcut script) would be unbelievably useful for automating pieces of my workflow.
/opt/homebrew/bin/emacsclient -e '(toggle-frame-maximized)'
Re: Integrating Emacs with Siri Shortcuts
#6This is why I love using emacs. The extensibility is endless, which is of course both a benefit and a liability sometimes. I've tinkered with my own customizations of course, but can someone recommend a good methodical approach for learning elisp and emacs internals?
Re: Integrating Emacs with Siri Shortcuts
#7This is why I love using emacs. The extensibility is endless, which is of course both a benefit and a liability sometimes. I've tinkered with my own customizations of course, but can someone recommend a good methodical approach for learning elisp and emacs internals?
Once you have that foundation, you shouldn't have much trouble scratching whatever itches that arise. The community is thriving so often a web search will return a blog or video explaining how to do exactly what you want. And once you're familiar with it, Elisp is a fairly readable language, so you can learn a lot from looking at the source for other packages to get ideas.
Edit: Sibling comment for Advent of Code is also a solid idea. Arguably Emacs's greatest strength is that it's a fantastic Elisp development environment.
Re: Integrating Emacs with Siri Shortcuts
#8This is why I love using emacs. The extensibility is endless, which is of course both a benefit and a liability sometimes. I've tinkered with my own customizations of course, but can someone recommend a good methodical approach for learning elisp and emacs internals?
The official documentation[1] is quite good. An Introduction to Programming in Emacs Lisp [2] is just what it sounds like. It will get you familiar with writing Elisp, using the debugger, and some other basics. At that point, you should be able to navigate the Elisp Reference Manual without too much trouble. Once you have that foundation, you shouldn't have much trouble scratching whatever itches that arise. The comm…
Thank you!
Re: Integrating Emacs with Siri Shortcuts
#9I was really, really hoping this was about enabling emacs to be scripted via siri shortcuts. (Though this is super useful, too). Honestly, just being able to set emacs full/split screen via a siri shortcut (and hence, any Shortcut script) would be unbelievably useful for automating pieces of my workflow.
You may find this osx tiler useful. These days I can't live without it and it's been stable for me for quite some time. https://github.com/koekeishiya/yabai