mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
Emacs : Paradox auto upgrade
This commit is contained in:
@ -93,6 +93,14 @@ https://github.com/raxod502/straight.el
|
|||||||
(straight-use-package 'use-package)
|
(straight-use-package 'use-package)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Paradox
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package paradox
|
||||||
|
:init
|
||||||
|
(setq paradox-github-token t)
|
||||||
|
(setq paradox-execute-asynchronously t)
|
||||||
|
(setq paradox-automatically-star t))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* No-Littering
|
* No-Littering
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user