Emacs NΛNO

This commit is contained in:
marc
2023-09-16 20:22:17 +02:00
parent c6ddc5f30f
commit a8f33803ca
7 changed files with 747 additions and 61 deletions

View File

@@ -14,15 +14,22 @@
(setq display-line-numbers-type t)
;; Fonts
(setq doom-font (font-spec :family "Iosevka" :size 15))
(setq doom-font (font-spec :family "Iosevka Nerd Font" :size 15))
(setq doom-unicode-font (font-spec :family "Iosevka Nerd Font" :size 15))
;; Themeing
(use-package base16-theme
:init (add-to-list 'custom-theme-load-path "~/.config/doom/themes")
:ensure t
;; (use-package base16-theme
;; :init (add-to-list 'custom-theme-load-path "~/.config/doom/themes")
;; :ensure t
;; :config
;; (load-theme 'base16-samfelag t))
(after! doom-themes
(load-theme 'doom-nano-dark t))
(use-package! doom-nano-modeline
:config
(load-theme 'base16-samfelag t))
(doom-nano-modeline-mode 1)
(global-hide-mode-line-mode 1))
;; Here are some additional functions/macros that could help you configure Doom:
;;