From 1acb64f9c8daf3fffca0bb05ae32e66021355f7e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 Feb 2020 22:02:35 -0800 Subject: Enable recentf-mode in Emacs --- oni-counsel.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oni-counsel.el') diff --git a/oni-counsel.el b/oni-counsel.el index 55dce34..2788db2 100644 --- a/oni-counsel.el +++ b/oni-counsel.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2019.0904.210423 +;; Version: 2020.0224.214110 ;; Package-Requires: (counsel diminish helpful) ;; This program is free software; you can redistribute it and/or modify @@ -48,6 +48,8 @@ 'counsel-find-file '(("C" oni-counsel-create-directory-and-file "create"))) +(define-key counsel-mode-map (kbd "C-x f") 'counsel-recentf) + ;;;###autoload(with-eval-after-load 'counsel (require 'oni-counsel)) ;;;###autoload (add-hook 'emacs-startup-hook 'counsel-mode) -- cgit v1.2.3-54-g00ecf