diff --git a/config.org b/config.org index 2823c21..627246c 100644 --- a/config.org +++ b/config.org @@ -228,7 +228,8 @@ Install the package, enable it and ensure that it always is installed: #+END_SRC *** Default Font #+BEGIN_SRC emacs-lisp - (set-frame-font "Deja Vu Sans Mono 14") + ;;(set-frame-font "Deja Vu Sans Mono 14") + (set-frame-font "SFMono Nerd Font 14") (add-hook 'prog-mode-hook (lambda () (text-scale-increase 5))) #+END_SRC *** Emacs Dashboard diff --git a/init.el b/init.el index fe615ba..aa49707 100644 --- a/init.el +++ b/init.el @@ -108,5 +108,5 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:inherit nil :extend nil :stipple nil :background "#fbf1c7" :foreground "#282828" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 128 :width normal :foundry "PfEd" :family "DejaVu Sans Mono"))))) + '(default ((t (:inherit nil :extend nil :stipple nil :background "#fbf1c7" :foreground "#282828" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 128 :width normal :foundry "PfEd" :family "SFMono Nerd Font")))))