-
Steps 3 and 4 could be simplified using tree-sitter queries. Instead of writing out the sexps of the parse trees and matching them with regexes, tree-sitter already supports _capturing_ nodes that yo…
-
Thanks for the cool package!
It works great except for when I tried to use `org-capture` which in turn calls `make-indirect-buffer` which is a native Emacs function.
If you set `mini-modeline-di…
-
As suggested in https://github.com/ocaml/dune/pull/1886 , adding a field for automatically importing `pkg_config` build flags could be convenient and save quite a few boilerplate for C users.
The i…
-
With `mark-sexp`, you can press it several times to mark sexp's forward, e.g. if you have
(setq |foo '(bar) fie fum)
then after pressing `C-M-SPC` three times, you'll have marked `foo '(bar)…
-
My lisp-fu is not so advanced to do this, but I'd love ot pass something like, `(sort-sexps beg end &optional accessor)` to sort specifically on a certain element of a list (i.e., sort all defines by …
-
When I am pasting a fragment with a default type flag utop gets confused about new lines and syntax extension fails with ."several default expressions are given". Default toplevel is unaffected.
Code…
-
Normally I just use a text object: `da(`. Wondering if there's a better way.
-
We can't clone a repository :
``` lisp
ELISP> (require 'git)
git
ELISP> (git-clone "https://github.com/rejeep/git.el" "/tmp/")
*** Eval error *** Wrong type argument: stringp, nil
```
Evaluate this…
-
Hi, I wonder treemacs-follow-mode is working (I'm not at least) on remote server. If not, any guidance to support it would be appreicated.
-
## Expected behavior
Typing `C-k` (`sp-kill-hybrid-sexp`) inside of a sexp in a comment should only kill to the end of the sexp, not to the end of the line when `smartparens-strict-mode` is enabled…