Add window margin to emacs
This commit is contained in:
parent
f367b536cb
commit
e731d5e9ec
|
@ -25,7 +25,8 @@
|
|||
+latex-viewers '(pdf-tools)
|
||||
+format-with-lsp nil)
|
||||
(+global-word-wrap-mode +1)
|
||||
|
||||
(setq-default left-margin-width 1 right-margin-width 1)
|
||||
(set-window-buffer nil (current-buffer))
|
||||
(set-frame-parameter nil 'alpha-background 80)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 80))
|
||||
|
||||
|
|
Loading…
Reference in a new issue