From 42c2dd118e1c0b7ec439c8b5c7a21d27b1cf5410 Mon Sep 17 00:00:00 2001 From: "M.R. Firmansyah" Date: Thu, 29 May 2025 14:00:12 +0700 Subject: [PATCH] Update 'emacs/' --- emacs/.emacs.d/init.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 7db4393..9899dc0 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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.