All Projects → Bad-ptr → persp-mode-projectile-bridge.el

Bad-ptr / persp-mode-projectile-bridge.el

Licence: GPL-3.0 License
persp-mode projectile integration

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to persp-mode-projectile-bridge.el

emacs.d
My personal emacs setup.
Stars: ✭ 27 (+35%)
Mutual labels:  projectile
helm-fzf
Fzf using Helm as a front end
Stars: ✭ 16 (-20%)
Mutual labels:  projectile
doom-todo-ivy
Display all TODO and FIXME entries for a project or buffer in ivy. Extracted from doom-emacs.
Stars: ✭ 31 (+55%)
Mutual labels:  projectile
projectile-direnv
Export your projectile project's environment variables in .envrc
Stars: ✭ 16 (-20%)
Mutual labels:  projectile
.emacs.d
My Emacs Config
Stars: ✭ 22 (+10%)
Mutual labels:  projectile
Projectile
Project Interaction Library for Emacs
Stars: ✭ 3,463 (+17215%)
Mutual labels:  projectile

persp-mode-projectile-bridge

persp-mode projectile integration

Installation

M-x package-install-file RET persp-mode-projectile-bridge.el RET

How to configure

    (with-eval-after-load "persp-mode-projectile-bridge-autoloads"
      (add-hook 'persp-mode-projectile-bridge-mode-hook
                #'(lambda ()
                    (if persp-mode-projectile-bridge-mode
                        (persp-mode-projectile-bridge-find-perspectives-for-all-buffers)
                      (persp-mode-projectile-bridge-kill-perspectives))))
      (add-hook 'after-init-hook
                #'(lambda ()
                    (persp-mode-projectile-bridge-mode 1))
                t))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].