Change FiraCode to Monaspice Neon

This commit is contained in:
Sravan Balaji 2023-11-23 12:58:23 -05:00
parent 1111f20551
commit d5995a16e4
2 changed files with 15 additions and 15 deletions

View File

@ -67,7 +67,7 @@ Run the block below with =C-c C-c= to tangle code blocks to config file.
(defvar sb/modeline-height 10) (defvar sb/modeline-height 10)
;; Font Names ;; Font Names
(defvar sb/source-code-font "FiraCode Nerd Font") (defvar sb/source-code-font "MonaspiceNe NF")
(defvar sb/document-font "Cantarell") (defvar sb/document-font "Cantarell")
#+END_SRC #+END_SRC

12
init.el
View File

@ -4,7 +4,7 @@
(defvar sb/modeline-height 10) (defvar sb/modeline-height 10)
;; Font Names ;; Font Names
(defvar sb/source-code-font "FiraCode Nerd Font") (defvar sb/source-code-font "MonaspiceNe NF")
(defvar sb/document-font "Cantarell") (defvar sb/document-font "Cantarell")
;; Initialize package sources ;; Initialize package sources
@ -450,14 +450,14 @@
(sb/org-font-setup) (sb/org-font-setup)
) )
(use-package org-bullets (use-package org-bullets
:after org :after org
:hook (org-mode . org-bullets-mode) :hook (org-mode . org-bullets-mode)
:custom :custom
(org-bullets-bullet-list '("" "" "" "" "" "" "")) (org-bullets-bullet-list '("" "" "" "" "" "" ""))
:init :init
(setq inhibit-compacting-font-caches t) (setq inhibit-compacting-font-caches t)
) )
(org-babel-do-load-languages (org-babel-do-load-languages
'org-babel-load-languages 'org-babel-load-languages
@ -559,11 +559,11 @@
:config (counsel-projectile-mode) :config (counsel-projectile-mode)
) )
;; Magit ;; Magit
(use-package magit (use-package magit
:custom :custom
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1) (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)
) )
;; Rainbow Delimiters ;; Rainbow Delimiters
(use-package rainbow-delimiters (use-package rainbow-delimiters