[Emacs] Add Enime package
This commit is contained in:
parent
50f88473d0
commit
90eaa3e1aa
@ -7356,6 +7356,24 @@ What’s the point of using Emacs if you can’t tell everyone?
|
|||||||
(add-to-list 'elcord-boring-buffers-regexp-list ".*window-managers.*"))
|
(add-to-list 'elcord-boring-buffers-regexp-list ".*window-managers.*"))
|
||||||
#+end_src
|
#+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~
|
*** ~ivy-quick-find-files.el~
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Misc-ivy-quick-find-files-el2yp6fl6184j0
|
:CUSTOM_ID: Packages-Configuration-Misc-ivy-quick-find-files-el2yp6fl6184j0
|
||||||
|
Loading…
Reference in New Issue
Block a user