mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +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)
|
||||
#+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
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
Reference in New Issue
Block a user