aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/core.org
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/core.org')
-rw-r--r--Emacs/.config/emacs/core.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org
index 2e80e8a..b0bc70d 100644
--- a/Emacs/.config/emacs/core.org
+++ b/Emacs/.config/emacs/core.org
@@ -179,7 +179,7 @@ Setup the evil package, with some opinionated keybindings:
- Use 'T' character as an action for transposing objects
#+begin_src emacs-lisp
(use-package evil
- :demand t
+ :defer t
:hook (after-init-hook . evil-mode)
:general
(leader
@@ -652,6 +652,7 @@ effectively.
#+begin_src emacs-lisp
(use-package tab-bar
+ :defer t
:straight nil
:init
(setq tab-bar-show 1)