StrawberryTea

Results 148 comments of StrawberryTea

> Does this conflict at all with #6568? Not anymore. I have just reverted the key binding changes.

> Please guard `dired-subtree` with `(unless (featurep! dirvish))` since dirvish has a native subtree extension and it should not use together with `dired-subtree`. > > I hope you don't mind...

Thank you. I have just implemented the fixes you stated. I will work on splitting this into several commits following the Git conventions.

> You don't need to close the PR you should be able to turn it into a draft which keeps it open but makes it clear its incomplete (it can't...

> Hi @LemonBreezes > > I work mostly with R projects, and I'm starting using [ESS](https://github.com/hlissner/doom-emacs/tree/master/modules/lang/ess). > > I would be super nice to have plots embedded inside doom-emacs using...

> When try to convert this common regex: `(rxt-pcre-to-elisp "^(?:ISBN(?:-1[03])?:? )?(?=[0-9X]{10}$|(?=(?:[0-9]+[- ]){3})[- 0-9X]{13}$|97[89][0-9]{10}$|(?=(?:[0-9]+[- ]){4})[- 0-9]{17}$)(?:97[89][- ]?)?[0-9]{1,5}[- ]?[0-9]+[- ]?[0-9]+[- ]?[0-9X]$") ` The debugger reports: > > ``` > Debugger entered--Lisp error:...

Thank you so much! I have been dying for a proper `(dired +dirvish)` update and this is so much better.

``` (add-hook 'persp-before-deactivate-functions (defun +workspaces-save-tab-bar-data-h (_) (when (get-current-persp) (set-persp-parameter 'tab-bar-tabs (tab-bar-tabs))))) (add-hook 'persp-activated-functions (defun +workspaces-load-tab-bar-data-h (_) (tab-bar-tabs-set (persp-parameter 'tab-bar-tabs)) (tab-bar--update-tab-bar-lines t)))) ``` This snippet has been working for me.

Hey, so I was recompiling `emacs-ng` over and over today trying to figure out why `exwm` wasn't working and I realized that `exwm` breaks when `emacs-ng` is configured with `--with-webrender`....

Thank you for this PR. I was missing this feature from https://github.com/PythonNut/evil-easymotion. I just started using this for my Emacs config. :)