Update packages and set up new font
This commit is contained in:
parent
a78f326634
commit
013f936f69
5 changed files with 94 additions and 49 deletions
|
|
@ -43,8 +43,8 @@
|
|||
(+custom-set-lsp-ui-font-hook))
|
||||
|
||||
;; (defvar +custom-font "Iosevka Term")
|
||||
(defvar +custom-font "JetBrains Mono")
|
||||
;; (defvar +custom-font "JuliaMono")
|
||||
;; (defvar +custom-font "JetBrains Mono")
|
||||
(defvar +custom-font "JuliaMono")
|
||||
;; (defvar +custom-font "Victor Mono")
|
||||
;; (defvar +custom-font "IBM Plex Mono")
|
||||
(defvar +custom-font-size 14)
|
||||
|
|
|
|||
|
|
@ -37,8 +37,11 @@
|
|||
(require 'base16-zenburn-modified-theme
|
||||
"$HOME/.emacs.d/themes/base16-zenburn-modified.el")
|
||||
|
||||
(require 'base16-harmonic-light-modified-theme
|
||||
"$HOME/.emacs.d/themes/base16-harmonic-light-modified.el")
|
||||
|
||||
(sml/apply-theme 'respectful)
|
||||
(enable-theme 'base16-solarflare)
|
||||
(enable-theme 'base16-zenburn-modified)
|
||||
|
||||
(provide '+custom-pkg-themes)
|
||||
;;; themes.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue