[Emacs] Add Enime package

This commit is contained in:
Lucien Cartier-Tilet 2022-02-04 17:03:16 +01:00
parent 50f88473d0
commit 90eaa3e1aa
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 18 additions and 0 deletions

View File

@ -7356,6 +7356,24 @@ Whats the point of using Emacs if you cant tell everyone?
(add-to-list 'elcord-boring-buffers-regexp-list ".*window-managers.*"))
#+end_src
*** Enime
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Misc-Enime-avr3mbs0qcj0
:END:
#+begin_src emacs-lisp
(use-package enime
:defer t
:straight (enime :type git
:host github
:repo "xl666/enime"
:fork t
:build nil)
:init
(require 'enime)
:config
(setq enime-storage-file "~/.cache/enime.db"))
#+end_src
*** ~ivy-quick-find-files.el~
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Misc-ivy-quick-find-files-el2yp6fl6184j0