Update init.el

This commit is contained in:
Alexander Rosenberg 2023-10-24 01:08:15 -07:00
parent 80a33d737d
commit 1c8dd1be09
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -157,6 +157,7 @@
:init
(setq recentf-exclude '("^/tmp/.*"
"^~/.mail/[^/]/Drafts/.+"))
:bind ("C-c r" . recentf)
:config
(recentf-mode 1))
@ -198,6 +199,11 @@
:config
(evil-terminal-cursor-changer-activate))
;; allow copy from termainl
(use-package xclip
:config
(xclip-mode 1))
;; which-key
(use-package which-key
:diminish which-key-mode