summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2025-02-26 19:16:46 -0500
committerAmin Bandali <bandali@kelar.org>2025-02-26 19:17:26 -0500
commitf295e5d45255181e18ece88c42e3ed67d940ef4e (patch)
tree9774ddca3dbf8d9207e643ad4c41f45c6395b70c /.emacs.d/init.el
parent2fb274f4921d4a2e8fa2fd228a714fcbff96d95c (diff)
downloadconfigs-f295e5d45255181e18ece88c42e3ed67d940ef4e.tar.gz
configs-f295e5d45255181e18ece88c42e3ed67d940ef4e.tar.xz
configs-f295e5d45255181e18ece88c42e3ed67d940ef4e.zip
Various updates
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3b6c40a..7ced652 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -113,7 +113,12 @@ plain variables. This means that `setopt' will execute any
;; are used, and also to have NonGNU ELPA on older Emacsel as well.
package-archives
'(("gnu" . "https://elpa.gnu.org/packages/")
- ("nongnu" . "https://elpa.nongnu.org/nongnu/"))
+ ("nongnu" . "https://elpa.nongnu.org/nongnu/")
+ ("melpa" . "https://melpa.org/packages/"))
+ package-archive-priorities
+ '(("gnu" . 3)
+ ("nongnu" . 2)
+ ("melpa" . 1))
;; List of the packages I use from GNU ELPA and NonGNU ELPA.
package-selected-packages
'(delight
@@ -121,7 +126,8 @@ plain variables. This means that `setopt' will execute any
elpher
eat
vertico marginalia orderless corfu consult embark embark-consult
- wgrep))
+ wgrep
+ slack))
(unless package-archive-contents
(package-refresh-contents))