summaryrefslogtreecommitdiff
path: root/mms-keyboard.org
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-05-06 17:07:26 +0200
committermms <michal@sapka.me>2024-05-06 17:10:57 +0200
commitacb3382cbfc89786ff19519f17cf1c09fff8ec11 (patch)
tree80e75a2d03ccafc3ecea25baeff445d73ad70a5c /mms-keyboard.org
parentea2d15abbb6222fd74504d7f35540f502e5aaa00 (diff)
chore: bump elpaca
Diffstat (limited to 'mms-keyboard.org')
-rw-r--r--mms-keyboard.org3
1 files changed, 0 insertions, 3 deletions
diff --git a/mms-keyboard.org b/mms-keyboard.org
index 17205b4..946e2f9 100644
--- a/mms-keyboard.org
+++ b/mms-keyboard.org
@@ -20,7 +20,6 @@ This time I am starting with Evil so anything I add to this config will be confi
#+BEGIN_SRC emacs-lisp
(use-package evil
- :elpaca t
:ensure t
:init
(setq evil-want-keybinding nil
@@ -54,7 +53,6 @@ It's also good that those bindings are kinda good actually.
#+BEGIN_SRC emacs-lisp
(use-package evil-collection
- :elpaca t
:after evil
:ensure t
:config
@@ -71,7 +69,6 @@ All those bindings here should be to moved dedicated sections, but for now they
#+BEGIN_SRC emacs-lisp
(use-package general
:ensure t
- :elpaca t
:config
(setq general-use-package-emit-autoloads t)
(general-evil-setup))