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