branch: elpa/helm commit a6907e3d7a0c0a8a281cdb0873bb035da7648fdd Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Add missing assoc for "file-directory" --- helm-x-icons.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-x-icons.el b/helm-x-icons.el index 7b302c50e0..46b15de886 100644 --- a/helm-x-icons.el +++ b/helm-x-icons.el @@ -65,6 +65,7 @@ The returned alist is computed according to `helm-x-icons-provider'." (defvar helm-x-icons-nerd-icons-compat-alist '(("file-symlink-directory" . (nerd-icons-codicon . "nf-cod-file_symlink_directory")) + ("file-directory" . (nerd-icons-sucicon . "nf-custom-folder_oct")) ("star" . (nerd-icons-mdicon . "nf-md-star")) ("mail-read" . (nerd-icons-codicon . "nf-cod-mail_read")) ("info" . (nerd-icons-faicon . "nf-fa-info")) @@ -100,6 +101,7 @@ To each icon added here, its all-the-icons counterpart have to be added in (defvar helm-x-icons-all-the-icons-compat-alist '(("file-symlink-directory" . (all-the-icons-octicon . "file-symlink-directory")) + ("file-directory" . (all-the-icons-octicon . "file-directory")) ("star" . (all-the-icons-octicon . "star")) ("mail-read" . (all-the-icons-octicon . "mail-read")) ("info" . (all-the-icons-octicon . "info"))