Replace the deprecated :elpaca keyword
This commit is contained in:
parent
450a4207f6
commit
a0a475cc77
1 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
(load-file ".config/emacs/init-elpaca.el")
|
(load-file ".config/emacs/init-elpaca.el")
|
||||||
|
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:elpaca nil
|
:ensure nil
|
||||||
:bind (("C-z" . nil)
|
:bind (("C-z" . nil)
|
||||||
("C-z i" . (lambda () (interactive) (find-file user-init-file)))
|
("C-z i" . (lambda () (interactive) (find-file user-init-file)))
|
||||||
("C-z f" . ffap))
|
("C-z f" . ffap))
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
(show-paren-context-when-offscreen 'overlay))
|
(show-paren-context-when-offscreen 'overlay))
|
||||||
|
|
||||||
(use-package better-defaults
|
(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
|
(use-package treemacs-icons-dired
|
||||||
:hook (dired-mode . treemacs-icons-dired-mode))
|
:hook (dired-mode . treemacs-icons-dired-mode))
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
(load-theme 'material t))
|
(load-theme 'material t))
|
||||||
|
|
||||||
(use-package windmove
|
(use-package windmove
|
||||||
:elpaca nil
|
:ensure nil
|
||||||
:bind (("s-w" . windmove-up)
|
:bind (("s-w" . windmove-up)
|
||||||
("s-a" . windmove-left)
|
("s-a" . windmove-left)
|
||||||
("s-s" . windmove-down)
|
("s-s" . windmove-down)
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
(ivy-count-format "(%d/%d) "))
|
(ivy-count-format "(%d/%d) "))
|
||||||
|
|
||||||
(use-package org
|
(use-package org
|
||||||
:elpaca nil
|
:ensure nil
|
||||||
:bind (("C-c l" . org-store-link)
|
:bind (("C-c l" . org-store-link)
|
||||||
("C-c c" . org-capture)
|
("C-c c" . org-capture)
|
||||||
("C-c a" . org-agenda)
|
("C-c a" . org-agenda)
|
||||||
|
|
@ -147,7 +147,7 @@
|
||||||
(lsp-pylsp-plugins-flake8-enabled nil))
|
(lsp-pylsp-plugins-flake8-enabled nil))
|
||||||
|
|
||||||
(use-package flymake
|
(use-package flymake
|
||||||
:elpaca nil
|
:ensure nil
|
||||||
:bind (:map flymake-mode-map
|
:bind (:map flymake-mode-map
|
||||||
("C-c C-l" . flymake-show-buffer-diagnostics)
|
("C-c C-l" . flymake-show-buffer-diagnostics)
|
||||||
("C-x C-l" . flymake-show-project-diagnostics)
|
("C-x C-l" . flymake-show-project-diagnostics)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue