about summary refs log tree commit diff
path: root/dotfiles/.emacs
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-02 12:00:13 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-02 12:00:13 +0100
commit202586a83bbd320d02435b197214cd26153acba6 (patch)
tree735a72b53ef42415701a652d6c70359390263780 /dotfiles/.emacs
parentOverlays: Base: Add emacs with runtime deps to overlay (diff)
downloadnixos-config-emacsoverlay.tar.gz
nixos-config-emacsoverlay.tar.bz2
nixos-config-emacsoverlay.zip
Emacs: Add emacs overlay emacsoverlay
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