From e8ab36fd1ea09fccf2671a6eb9adee1ccdfe25b7 Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Wed, 29 Jan 2025 16:08:36 +0100 Subject: [PATCH] Use jetbrains mono nerd font --- .emacs | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.emacs b/.emacs index 16e5d56..515c40c 100644 --- a/.emacs +++ b/.emacs @@ -97,7 +97,6 @@ ;; Apply theme at startup (my/set-theme-based-on-appearance) - ;; =========================== ;; UI Customizations ;; =========================== @@ -115,7 +114,15 @@ (global-visual-line-mode 1) ;; Set Default Font to Iosevka 18pt -(set-face-attribute 'default nil :family "Iosevka" :height 150) +;;(set-face-attribute 'default nil :family "Iosevka" :height 150) +;; Set font +(set-face-attribute 'default nil + :family "JetBrains Mono Nerd Font" + :height 140 + :weight 'normal + :width 'normal) +;; Line spacing +(setq-default line-spacing 0) ;; Backup files -> ~/.emacs.d/backups/ (setq backup-directory-alist `(("." . "~/.emacs.d/backups")) @@ -269,7 +276,7 @@ ;; If there is more than one, they won't work right. '(helm-minibuffer-history-key "M-p") '(package-selected-packages - '(lsp-pyright zenburn-theme which-key solarized-theme rust-mode projectile poetry magit lsp-ui lsp-treemacs kotlin-mode helm flycheck evil-collection dracula-theme company better-defaults))) + '(catppuccin-theme lsp-pyright zenburn-theme which-key solarized-theme rust-mode projectile poetry magit lsp-ui lsp-treemacs kotlin-mode helm flycheck evil-collection dracula-theme company better-defaults))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.