restore init file, fix fonts for real
This commit is contained in:
parent
4d7fd59b82
commit
8b5708fee7
@ -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
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user