restore init file, fix fonts for real

This commit is contained in:
Miranda Marquez 2024-07-11 17:18:50 -08:00
parent 4d7fd59b82
commit 8b5708fee7
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#+begin_src elisp
;;; init.el --- basic initial declarations
;;; Commentary:
;; _ _ _ _
@ -1253,4 +1252,3 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
(setq debug-on-error nil)
;;; init.el ends here
#+end_src elisp

View File

@ -34,7 +34,7 @@ declarations for color schemes."
:family "MesloLGS Nerd Font")
(set-face-attribute 'variable-pitch nil
:inherit 'default
:family "Ubuntu Nerd Font Medium"
:family "sans serif"
:height (/ 1.5 1.3))
(setq window-divider-default-places t)
(setq right-divider-width 5)