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.
我正在尝试创建一个设置,其中在框架的左侧有 2 个窗口,包含 Org 模式缓冲区,在框架的右侧有一个大窗口,我想成为所有链接的目标在左侧缓冲区中。
如何强制在右侧窗口中打开组织模式链接?
你可以做
M-: (set-window-dedicated-p (selected-window) t)
在要保持不变的窗口上。