help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: End of file during parsing


From: Björn Bidar
Subject: Re: End of file during parsing
Date: Fri, 02 Aug 2024 22:22:40 +0300
User-agent: Gnus/5.13 (Gnus v5.13)

Arthur Alinovi <aalinovi@riseup.net> writes:

> My thanks to Steve Berman, Thibaut Verron and Tassilo Horn for taking
> the time to assist me with my problem. Apparently, my difficulty was
> related to a bit of code in my init.el file:
>
> (use-package async
>   :ensure t
>   :init (dired-async-mode 1))
>

You can active dired-async-mode just like this:
(use-package async
  :config
  (setopt async-bytecomp-package-mode nil))

(use-package dired-async  ; Part of async
  :after dired
  :config (dired-async-mode 1))


I have the use-package block for dired-async just after the one after
async, I don't know if it matters.

PS: Please reply in the thread, somehow the reference was missing which
broke the thread.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]