fantostisch

Results 24 comments of fantostisch

Run on the latest develop (ee3c558c80bbadfa4c692936ab9502765a4867f8): ``` ELISP> (featurep 'all-the-icons) nil ELISP> (configuration-layer/package-used-p 'all-the-icons) t ELISP> (fboundp 'all-the-icons-material) nil ELISP> (fboundp 'all-the-icons-octicon) nil ELISP> ```

Yes, there is a `all-the-icons-20220117.108` directory with the following contents: ``` ~/.emacs.d/elpa/27.1/develop/all-the-icons-20220117.108$ ls -lh total 180K -rw-rw-r-- 1 nick nick 2,4K feb 10 12:17 all-the-icons-autoloads.el -rw-r--r-- 1 nick nick 78K...

Just tried 27.2 by using the Emacs snap package and it has the same issue. Using 27.2: ``` ELISP> features (smartparens-config smartparens-text smartparens ielm pp highlight-parentheses diminish winner recentf tree-widget...

My .spacemacs: [spacemacs.txt](https://github.com/syl20bnr/spacemacs/files/8101005/spacemacs.txt)

load-path: [load-path-nw.txt](https://github.com/syl20bnr/spacemacs/files/8101025/load-path-nw.txt)

``` ELISP> (featurep 'all-the-icons) nil ELISP> (require 'all-the-icons) all-the-icons ```

After executing the require command, the output of the featurep command changes: ``` ELISP> (featurep 'all-the-icons) nil ELISP> (require 'all-the-icons) all-the-icons ELISP> (featurep 'all-the-icons) t ```

An error occurred: [error.txt](https://github.com/syl20bnr/spacemacs/files/8101075/error.txt)

> In you ~/.emacs.d/core/core-spacemacs-buffer.el, try to replace `(defun spacemacs-buffer||propertize-heading ..)` by the following: This fixes the issue! Thanks!

Yes, `SPC SPC` works now