Fork me on GitHub
#emacs
<
2019-01-21
>
borkdude21:01:23

Is it possible to have sorted bookmarks when I do C-x r b? E.g. the most frequently used at the top

vemv21:01:53

I almost swear that paredit-forward-barf-sexp used to work on strings? e.g. given "a ()" I could achieve "a" ()

vemv21:01:00

paredit's source explicitly forbids it, but perhaps I was enjoying the feature because of some circumstance

richiardiandrea21:01:33

I think that works in smartparens, I know I know, I was never able to switch to it

ag07:01:59

yes, smartparens allows that. it has things like sp-slurp-hybrid-sexp

vemv17:01:30

ah, fantastic! good to know I have both paredit and smartparens in my config, the former being preferred. I guess I'll create a little wrapper that chooses one or the other barf impl, depending on whether we are inside a string.