2013-12-12 36 views
1

注意我的自定義設置這一形象:滾動條被關閉,並有一個空的臉,但仍然顯示?

enter image description here

你可以清楚地看到這似乎是沿着左側滾動條那裏(也是在屏幕右側),儘管顯示設置。此外,我在我的.emacs中有:

(custom-set-variables 
;; custom-set-variables was added by Custom. 
;; If you edit it by hand, you could mess it up, so be careful. 
;; Your init file should contain only one such instance. 
;; If there is more than one, they won't work right. 
'(blink-cursor-mode nil) 
'(custom-enabled-themes (quote (solarized-light))) 
'(custom-safe-themes (quote ("fc5fcb6f1f1c1bc01305694c59a1a861b008c534cae8d0e48e4d5e81ad718bc6" "e16a771a13a202ee6e276d06098bc77f008b73bbac4d526f160faa2d76c1dd0e" "1e7e097ec8cb1f8c3a912d7e1e0331caeed49fef6cff220be63bd2a6ba4cc365" default))) 
'(menu-bar-mode t) 
'(package-archives (quote (("gnu" . "http://elpa.gnu.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/")))) 
'(scroll-bar-mode nil) 
'(tool-bar-mode nil)) 

注意滾動條模式設置爲零的那一行。

爲什麼左邊那個醜陋的酒吧?

回答

1

這不是一個滾動條,也就是邊緣。您可以通過自定義fringe-mode變量來控制它。如果你不想說做手工,做M-Xcustomize-variableRETfringe-modeRET,請從值菜單「無條紋」和保存。

有關窗口條紋的更多信息here

相關問題