简体   繁体   中英

Emacs Linum-mode no fringe in Cocoa

I have the issue visualized here:

我的emacs

The problem is the fringe is not colouring the background of my linum line numbers. I'm using Emacs 24.3.1 with Solarized color theme.

I've looked over various threads, which claims to fix this issue. However, I couldn't get any of them to work.

Any clues?

Try Mx customize-face linum and then Show All Attributes . Change the value of the Background variable and it should change. Easier than having to edit the actual theme file.

(set-face-attribute 'fringe nil :background "white" :foreground "white")

将边缘颜色设置为您想要的任何颜色。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM