Add recent files and bookmarks to ‘ivy-switch-buffer’.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Apr 2018 15:32:58 +0300
changeset 1555 1c42fc68bca9
parent 1554 42a48016fc5a
child 1556 835b8743f9d3
Add recent files and bookmarks to ‘ivy-switch-buffer’.
.emacs-my
--- a/.emacs-my	Sun Apr 01 01:16:11 2018 +0300
+++ b/.emacs-my	Sun Apr 01 15:32:58 2018 +0300
@@ -1082,7 +1082,7 @@
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "selecting/switching, creating/killing buffers, open file")
-(message "ido, ffap")
+(message "ivy, ido, ffap")
 
 ;; (add-hook 'find-file-hook #'make-frame-visible)
 
@@ -1096,6 +1096,8 @@
 
 (setq find-file-existing-other-name t)
 
+(setq ivy-use-virtual-buffers t)
+
 (setq ido-enable-flex-matching t)
 
 (setq ido-use-filename-at-point 'guess)