Compare commits

..

No commits in common. "6f14f6db888e3ddf0573f52b8a0ac656127262b6" and "f8612bc44e4d42ba2e5a3ee2c1df39ebae4fc42a" have entirely different histories.

13
.emacs
View File

@ -97,6 +97,7 @@
;; Apply theme at startup
(my/set-theme-based-on-appearance)
;; ===========================
;; UI Customizations
;; ===========================
@ -123,15 +124,7 @@
(global-visual-line-mode 1)
;; Set Default Font to Iosevka 18pt
;;(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)
(set-face-attribute 'default nil :family "Iosevka" :height 150)
;; Backup files -> ~/.emacs.d/backups/
(setq backup-directory-alist `(("." . "~/.emacs.d/backups"))
@ -287,7 +280,7 @@
;; If there is more than one, they won't work right.
'(helm-minibuffer-history-key "M-p")
'(package-selected-packages
'(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)))
'(lsp-mode 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.