Bad-ptr / persp-mode.el

named perspectives(set of buffers/window configs) for emacs
400 stars 44 forks source link

recentf integration #86

Closed yqrashawn closed 6 years ago

yqrashawn commented 6 years ago

I noticed that there is a persp-mode-projectile-bridge projectile bridge which can automatically create new persp on opening new project in projectile. So is there any any snippets to achieve this with counsel-recentf or other recentf completion backends by restrict the buffer list with projectile functions.

Thus there will be a recentf entry for creating new perspectives. Or we can just create a persp-recentf function in case users still want to add other projects' buffer into current perspective.

yqrashawn commented 6 years ago

projectile's recentf function will do.