请注意我的自定义设置的这张图片:
尽管有指示设置,但您可以清楚地看到左侧(也在屏幕右侧)似乎是滚动条。此外,我的 .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))
请注意滚动条模式设置为 nil 的行。
为什么左边那个丑陋的酒吧?