diff options
Diffstat (limited to 'mms-keyboard.org')
-rw-r--r-- | mms-keyboard.org | 3 |
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)) |