fill long line to avoid scrollbar on the webpage

This commit is contained in:
Łukasz Pankowski 2019-11-30 22:53:00 +01:00
parent ec7a5943ad
commit 8e9c031ca1

View File

@ -902,7 +902,8 @@ inserted between the braces between the braces."
;;; Minimalistic look ;;; Minimalistic look
(setq inhibit-startup-screen t (setq inhibit-startup-screen t
frame-title-format (list "[" user-login-name "@" (system-name) "] %b") frame-title-format (list "[" user-login-name "@" (system-name)
"] %b")
ediff-window-setup-function #'ediff-setup-windows-plain) ediff-window-setup-function #'ediff-setup-windows-plain)
(set-scroll-bar-mode 'right) (set-scroll-bar-mode 'right)
(menu-bar-mode 0) (menu-bar-mode 0)