Ellis Kenyő

Results 201 comments of Ellis Kenyő

`disp-table` is needed first. See full snippet for working on Doom Emacs. ``` (package! nano-emacs :recipe (:host github :repo "rougier/nano-emacs")) ``` ``` (require 'disp-table) (require 'nano-theme-dark) (require 'nano-help) (require 'nano-modeline)...

My understanding is this is intentional behavior to load a scratch buffer after a second or so. @rougier can correct me otherwise though.

Apologies, I haven't used flutter in ages so these changes have been forgotten. I will make time to resolve these this week

Apparently time makes fools of us all! :sweat_smile: I'm looking at this as we speak (will try and resolve the merge conflicts too)

@ericdallo I'm not familiar with eask but it seems to be complaining about missing packages and autoloads now (missing packages might be https://github.com/emacs-eask/eask/issues/11)

Well I can't replicate the CI errors... Have tried with freshly built emacs 27 and it runs everything fine

Sure! If you figure them out do let me know, I'll try and pick it up as I have spare time

> I misread the CI part 😅. If you could instruct me how to use your branch on my local machine, I can try it out. I am not really...

Cool this looks like it might resolve the CI errors. This isn't ready to go in yet though, and I am starting to be annoyed enough to resolve this so...

> There is an issue is from Emacs windows snapshot, see https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-07/msg01656.html. We could do the following: > > 1. ignore it, since it's a snapshot > 2. Add experimental...