在編程文件時,我使用空白模式來突出顯示標籤和長行。默認突出顯示對我來說太重要了。我只是想用灰色背景突出顯示它們,並保留字體所需的任何正常顏色。我怎麼能設置它? 以下設置不起作用。我希望80列以外的代碼顯示爲淡黃色,作爲快照中80列內的字符。 ;; face for long lines' tails
(set-face-attribute 'whitespace-line nil
例如,我想打破在下面的恐慌聲明一長串: (panic "Truth-assignment length is longer than the number of propositions!") 我已經試過 (panic "Truth-assignment length is longer than the number \ of propositions!") 和 of propositions!