Replace the deprecated :elpaca keyword

This commit is contained in:
Ohad Livne 2025-06-04 22:46:07 +03:00
parent 450a4207f6
commit a0a475cc77
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -1,7 +1,7 @@
(load-file ".config/emacs/init-elpaca.el")
(use-package emacs
:elpaca nil
:ensure nil
:bind (("C-z" . nil)
("C-z i" . (lambda () (interactive) (find-file user-init-file)))
("C-z f" . ffap))
@ -26,7 +26,7 @@
(show-paren-context-when-offscreen 'overlay))
(use-package better-defaults
:elpaca (:repo "https://git.sr.ht/~technomancy/better-defaults"))
:ensure (:repo "https://git.sr.ht/~technomancy/better-defaults"))
(use-package treemacs-icons-dired
:hook (dired-mode . treemacs-icons-dired-mode))
@ -59,7 +59,7 @@
(load-theme 'material t))
(use-package windmove
:elpaca nil
:ensure nil
:bind (("s-w" . windmove-up)
("s-a" . windmove-left)
("s-s" . windmove-down)
@ -87,7 +87,7 @@
(ivy-count-format "(%d/%d) "))
(use-package org
:elpaca nil
:ensure nil
:bind (("C-c l" . org-store-link)
("C-c c" . org-capture)
("C-c a" . org-agenda)
@ -147,7 +147,7 @@
(lsp-pylsp-plugins-flake8-enabled nil))
(use-package flymake
:elpaca nil
:ensure nil
:bind (:map flymake-mode-map
("C-c C-l" . flymake-show-buffer-diagnostics)
("C-x C-l" . flymake-show-project-diagnostics)