dired-hide-dotfiles-pkg.el (507B)
1 (define-package "dired-hide-dotfiles" "20240727.1720" "Hide dotfiles in dired" 2 '((emacs "25.1")) 3 :commit "0d035ba8c5decc5957d50f3c64ef860b5c2093a1" :authors 4 '(("Mattias Bengtsson" . "mattias.jc.bengtsson@gmail.com")) 5 :maintainers 6 '(("Mattias Bengtsson" . "mattias.jc.bengtsson@gmail.com")) 7 :maintainer 8 '("Mattias Bengtsson" . "mattias.jc.bengtsson@gmail.com") 9 :keywords 10 '("files") 11 :url "https://github.com/mattiasb/dired-hide-dotfiles") 12 ;; Local Variables: 13 ;; no-byte-compile: t 14 ;; End: