使用 emacs projectile magit 管理项目代码

如丝般顺滑

1
2
3
(projectile-mode +1)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
(setq projectile-project-search-path '("~/project-dir-path" "~/project-dir-parent-path))

https://github.com/bbatsov/projectile

https://vincent.demeester.fr/articles/emacs_projects.html

https://endlessparentheses.com/improving-projectile-with-extra-commands.html

https://www.reddit.com/r/spacemacs/comments/aibvd5/open_a_magit_buffer_for_a_projectile_project/


使用 emacs projectile magit 管理项目代码
http://blog.soul11201.com/2020/12/16/emacs-projectile-magit/
作者
soul11201
发布于
2020年12月16日
许可协议