diff --git a/init.org b/init.el similarity index 99% rename from init.org rename to init.el index 8df2068..0242174 100644 --- a/init.org +++ b/init.el @@ -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 diff --git a/lisp/mir-defuns.el b/lisp/mir-defuns.el index 13525b3..67e26c4 100644 --- a/lisp/mir-defuns.el +++ b/lisp/mir-defuns.el @@ -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)