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
|
;;; init.el --- basic initial declarations
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; _ _ _ _
|
;; _ _ _ _
|
||||||
@ -1253,4 +1252,3 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
(setq debug-on-error nil)
|
(setq debug-on-error nil)
|
||||||
|
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
#+end_src elisp
|
|
@ -34,7 +34,7 @@ declarations for color schemes."
|
|||||||
:family "MesloLGS Nerd Font")
|
:family "MesloLGS Nerd Font")
|
||||||
(set-face-attribute 'variable-pitch nil
|
(set-face-attribute 'variable-pitch nil
|
||||||
:inherit 'default
|
:inherit 'default
|
||||||
:family "Ubuntu Nerd Font Medium"
|
:family "sans serif"
|
||||||
:height (/ 1.5 1.3))
|
:height (/ 1.5 1.3))
|
||||||
(setq window-divider-default-places t)
|
(setq window-divider-default-places t)
|
||||||
(setq right-divider-width 5)
|
(setq right-divider-width 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user