aboutsummaryrefslogtreecommitdiffstats
path: root/oni-counsel.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-02-24 22:02:35 -0800
committerGravatar Tom Willemse2020-02-24 22:08:51 -0800
commit1acb64f9c8daf3fffca0bb05ae32e66021355f7e (patch)
treed83f480608359bf55c9088533b2ac8580d2c4ff4 /oni-counsel.el
parent3e21fca289240f04a39f76fe4317d7a6ef79424f (diff)
downloademacs-config-1acb64f9c8daf3fffca0bb05ae32e66021355f7e.tar.gz
emacs-config-1acb64f9c8daf3fffca0bb05ae32e66021355f7e.zip
Enable recentf-mode in Emacs
Diffstat (limited to 'oni-counsel.el')
-rw-r--r--oni-counsel.el4
1 files changed, 3 insertions, 1 deletions
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 <tom@ryuslash.org>
;; 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)