We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENV: OS: Arch Linux (newest) Emacs: archlinuxcn/emacs-native-comp-git Emacs pkgs: Melpa newest. In particular, magit-20240625.2109, el-patch-20231123.2216, nerd-icons-20240524.311
magit-20240625.2109
el-patch-20231123.2216
nerd-icons-20240524.311
Use the following configuration to enable magit-file-icons:
(use-package magit-file-icons :ensure t :after (magit nerd-icons) :init (magit-file-icons-mode 1) :custom ;; These are the default values: (magit-file-icons-enable-diff-file-section-icons t) (magit-file-icons-enable-untracked-icons t) (magit-file-icons-enable-diffstat-icons t))
(Press C-x C-e after it)
C-x C-e
Error msg logged:
Debugger entered--Lisp error: (user-error "Resolving ‘magit-insert-untracked-files’ template failed -- at least one template did not match any form in") user-error("Resolving `%s' template failed -- at least one template did not match any form in" magit-insert-untracked-files) el-patch--resolve-template(magit-insert-untracked-files defun) el-patch-eval-template(magit-insert-untracked-files defun) magit-file-icons-mode(1) (progn (let ((custom--inhibit-theme-enable nil)) (if (memq 'use-package custom-known-themes) nil (custom-declare-theme 'use-package 'use-package-theme nil (list)) (enable-theme 'use-package) (setq custom-enabled-themes (remq 'use-package custom-enabled-themes))) (custom-theme-set-variables 'use-package '(magit-file-icons-enable-diff-file-section-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-untracked-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-diffstat-icons t nil nil "Customized with use-package magit-file-icons"))) (magit-file-icons-mode 1) (require 'magit-file-icons nil nil)) #f(lambda () [t] (progn (let ((custom--inhibit-theme-enable nil)) (if (memq 'use-package custom-known-themes) nil (custom-declare-theme 'use-package 'use-package-theme nil (list)) (enable-theme 'use-package) (setq custom-enabled-themes (remq 'use-package custom-enabled-themes))) (custom-theme-set-variables 'use-package '(magit-file-icons-enable-diff-file-section-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-untracked-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-diffstat-icons t nil nil "Customized with use-package magit-file-icons"))) (magit-file-icons-mode 1) (require 'magit-file-icons nil nil)))() eval-after-load(magit #f(lambda () [t] (progn (let ((custom--inhibit-theme-enable nil)) (if (memq 'use-package custom-known-themes) nil (custom-declare-theme 'use-package 'use-package-theme nil (list)) (enable-theme 'use-package) (setq custom-enabled-themes (remq 'use-package custom-enabled-themes))) (custom-theme-set-variables 'use-package '(magit-file-icons-enable-diff-file-section-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-untracked-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-diffstat-icons t nil nil "Customized with use-package magit-file-icons"))) (magit-file-icons-mode 1) (require 'magit-file-icons nil nil)))) #f(lambda () [t] (eval-after-load 'magit #'(lambda nil (progn (let ((custom--inhibit-theme-enable nil)) (if (memq 'use-package custom-known-themes) nil (custom-declare-theme 'use-package 'use-package-theme nil (list)) (enable-theme 'use-package) (setq custom-enabled-themes (remq 'use-package custom-enabled-themes))) (custom-theme-set-variables 'use-package '(magit-file-icons-enable-diff-file-section-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-untracked-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-diffstat-icons t nil nil "Customized with use-package magit-file-icons"))) (magit-file-icons-mode 1) (require 'magit-file-icons nil nil)))))() eval-after-load(nerd-icons #f(lambda () [t] (eval-after-load 'magit #'(lambda nil (progn (let ((custom--inhibit-theme-enable nil)) (if (memq 'use-package custom-known-themes) nil (custom-declare-theme 'use-package 'use-package-theme nil (list)) (enable-theme 'use-package) (setq custom-enabled-themes (remq 'use-package custom-enabled-themes))) (custom-theme-set-variables 'use-package '(magit-file-icons-enable-diff-file-section-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-untracked-icons t nil nil "Customized with use-package magit-file-icons") '(magit-file-icons-enable-diffstat-icons t nil nil "Customized with use-package magit-file-icons"))) (magit-file-icons-mode 1) (require 'magit-file-icons nil nil)))))) (progn (use-package-ensure-elpa 'magit-file-icons '(t) '(:demand t)) (eval-after-load 'nerd-icons #'(lambda nil (eval-after-load 'magit #'(lambda nil (progn ... ... ...)))))) (progn (progn (use-package-ensure-elpa 'magit-file-icons '(t) '(:demand t)) (eval-after-load 'nerd-icons #'(lambda nil (eval-after-load 'magit #'(lambda nil ...)))))) eval((progn (progn (use-package-ensure-elpa 'magit-file-icons '(t) '(:demand t)) (eval-after-load 'nerd-icons #'(lambda nil (eval-after-load 'magit #'...))))) t) elisp--eval-last-sexp(nil) #f(compiled-function () #<bytecode 0x8a29c757640a>)() eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) command-execute(eval-last-sexp)
The text was updated successfully, but these errors were encountered:
Thanks for your report!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
ENV:
OS: Arch Linux (newest)
Emacs: archlinuxcn/emacs-native-comp-git
Emacs pkgs: Melpa newest. In particular,
magit-20240625.2109
,el-patch-20231123.2216
,nerd-icons-20240524.311
Use the following configuration to enable magit-file-icons:
(Press
C-x C-e
after it)Error msg logged:
The text was updated successfully, but these errors were encountered: