Jan R
Jan R
Work-around: call `emacsclient -e '(setenv "DISPLAY" ":0")'` after starting emacs daemon
> > Org already provides a rich set of keybindings for all the various operations one may want to perform on the object at point. What do we win by...
@oantolin the actions for variables and commands are not available here. I checked that the commit you referenced is applied, value of embark-keymap-alist set accordingly, etc. But when I act...
org-mode classifiers and actions would also be great. Or would this be better for an external package?
Separate package makes sense, or at least a separate elisp file to not require loading org-mode when embark gets used in other buffers. I've recently made a little [transient based...
@oantolin or maybe start it with the actions I already made. Are you looking for contributions (no promise!)?
Another suggestion: support find-file-at-point for embark-become
If I call `find-file` I can move to other file contexts. But if I call `find-file-at-point` embark-become doesn't offer any targets to jump to
`kill-buffer` support would be great. Ideally without closing the completion afterwards so multiple buffers can be killed on-the-fly while switching between them
A detector for flyspell errors (face flyspell-incorrect) and an action to call ispell-word (M-$ by default bindings) on it. A detector for flymake/flyspell would also be nice altough users would...