Add window margin to emacs

This commit is contained in:
Evie Litherland-Smith 2023-10-17 05:12:08 +01:00
parent f367b536cb
commit e731d5e9ec

View file

@ -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))