切换到另一个缓冲区时出现问题,因为我有一个27''imac,窗口中有这么多缓冲区,当我切换到另一个窗口时,我总是丢失,我不知道哪个窗口我我现在有没有办法突出当前窗口?
答案 0 :(得分:2)
您可以自定义模式行,例如:
(set-face-attribute 'mode-line nil :foreground "black" :background "ivory" :box '(:line-width 1 :style released-button))
(set-face-attribute 'mode-line-inactive nil :foreground "gray30" :background "black" :box '(:line-width 1 :style released-button))
您可以在下图中看到结果。活动模式线为白色(更准确地说是象牙色)。非活动模式线为黑色。