about summary refs log tree commit diff
path: root/dotfiles/.emacs
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.emacs')
-rw-r--r--dotfiles/.emacs9
1 files changed, 5 insertions, 4 deletions
diff --git a/dotfiles/.emacs b/dotfiles/.emacs
index 847d0b6..004babb 100644
--- a/dotfiles/.emacs
+++ b/dotfiles/.emacs
@@ -17,6 +17,9 @@
   (straight-use-package-by-default t))
 ;; bootstrap straight end
 
+(use-package bind-key
+  :ensure t)
+
 (use-package which-key
   :ensure t)
 
@@ -127,10 +130,8 @@
   ("C-p" . consult-find)
   ("C-S-p" . consult-ripgrep)))
 
-(use-package savehist
-  :ensure t
-  :init
-  (savehist-mode))
+
+  (savehist-mode)
 
 (use-package projectile
   :ensure t