spacemacs

practicalli-johnny 2023-08-11T21:50:25.910439Z

Treemacs issue - not showing files and directories in recent 202308 package Issue may be limited to Emacs + native compilation + Doom modeline (Doom modeline is configured in practicalli/spacemacs-config). If this could affect you, then suggest not update Emacs packages unless there is a new version of other packages that is required. If a package update is required, then either • before a package update, add a recipe for treemacs to dotspacemacs-additional-packages in the Spacemacs configuration file, SPC f e d

dotspacemacs-additional-packages
   '((treemacs
      :location (recipe
                 :fetcher github
                 :repo "Alexander-Miller/treemacs"
                 :commit "2c576bebccd56ec8e65f4ec5ed5de864d9684fbf"
                 :files (:defaults
                         ""
                         "icons"
                         "src/elisp/treemacs*.el"
                         "src/scripts/treemacs*.py"
                         (:exclude "src/extra/*")))))
• Or after a package update, replace the elpa/<emacs-version>/develop/treemacs-20230809.2040 with an older package from .cache/.rollback/<emacs-version>/develop/<rollback-date>/treemacs-*` - package version treemacs-20230703 is working.

practicalli-johnny 2023-08-14T21:11:14.119529Z

The upstream Treemacs package has been updated to resolve the issue of missing information. I'll test this myself in the morning

💯 1