Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 org-mode 来制作快捷方式文件,这样我就可以轻松地在我经常使用的 emacs 中打开文件。但现在我希望能够轻松地为特定存储库打开一个 magit-status 缓冲区。有没有办法在 org-mode 中创建链接来打开它们?
您可以使用以下类型的链接elisp:
elisp
[[elisp:(magit-status "/my/repo")][magit status for my repository]]