diff --git a/init.el b/init.el index 66d0649..f9bf305 100644 --- a/init.el +++ b/init.el @@ -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