Update 'emacs/'
This commit is contained in:
parent
ea31ad1d85
commit
42c2dd118e
1 changed files with 9 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
("nongnu" . "https://elpa.nongnu.org/nongnu/")
|
||||
("melpa-stable" . "http://stable.melpa.org/packages/")
|
||||
("melpa" . "http://melpa.org/packages/"))
|
||||
package-archive-priorities '(("melpa-stable" . 20) ("gnu" . 10) ("melpa" . 0)))
|
||||
package-archive-priorities '(("melpa" . 30) ("melpa-stable" . 20) ("gnu" . 10)))
|
||||
(package-initialize)
|
||||
|
||||
;; Spell-checker
|
||||
|
@ -340,7 +340,14 @@
|
|||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
'(company-auctex auctex which-key vertico org-roam-ui org-pomodoro org-fragtog org-appear orderless modus-themes marginalia magit ivy hide-mode-line embark-consult emacsql-sqlite-builtin doom-modeline dashboard consult-projectile company-web company-go company-box citar-org-roam citar-embark bind-key all-the-icons-dired)))
|
||||
'(all-the-icons-dired auctex bind-key citar-embark citar-org-roam
|
||||
company-auctex company-box company-go
|
||||
company-web consult-projectile dashboard
|
||||
doom-modeline emacsql embark-consult
|
||||
hide-mode-line ivy magit marginalia
|
||||
modus-themes orderless org-appear org-fragtog
|
||||
org-pomodoro org-roam org-roam-ui vertico
|
||||
which-key)))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
Loading…
Reference in a new issue