/nerd-icons-archive

OBSOLETE: Use nerd-icons-multimodal instead

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

nerd-icons-arhive - Use nerd-icons for archive-mode and tar-mode

Usage

Add nerd-icons-archive to the load-path

(add-to-list 'load-path "path/to/nerd-icons-archive")
(require 'nerd-icons-archive)
(nerd-icons-archive-mode 1)

Or using use-package and straight:

(use-package nerd-icons-archive
  :straight (:host github :repo "abougouffa/nerd-icons-archive")
  :init
  (nerd-icons-archive-mode 1))

Or, the recommended way, by deferring the activation of nerd-icons-archive-mode until necessary:

(use-package nerd-icons-archive
  :straight (:host github :repo "abougouffa/nerd-icons-archive")
  ;; Should be after `tar-mode' or `arc-mode', but `arc-mode' is enough since it is required by the other
  :after arc-mode
  :init
  (nerd-icons-archive-mode 1))

Screenshot

screenshot.png