Load theme after elpaca-after-init.
This commit is contained in:
parent
21a052895c
commit
887b7f068a
@ -70,15 +70,31 @@
|
||||
;; ;; Theme
|
||||
;; (use-package dracula-theme
|
||||
;; :defer t
|
||||
;; :init
|
||||
;; :hook
|
||||
;; (elpaca-after-init . (lambda()
|
||||
;; (load-theme 'dracula t)
|
||||
;; ))
|
||||
;; :config
|
||||
;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font
|
||||
;; )
|
||||
|
||||
;; (use-package adwaita-dark-theme
|
||||
;; :defer t
|
||||
;; :hook
|
||||
;; (elpaca-after-init . (lambda()
|
||||
;; (load-theme 'adwaita-dark t)
|
||||
;; ))
|
||||
;; :config
|
||||
;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font
|
||||
;; )
|
||||
|
||||
(use-package modus-themes
|
||||
:elpaca nil
|
||||
:defer t
|
||||
:init
|
||||
:hook
|
||||
(elpaca-after-init . (lambda()
|
||||
(load-theme 'modus-operandi-tinted t)
|
||||
))
|
||||
:config
|
||||
(set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font
|
||||
)
|
||||
|
@ -33,7 +33,7 @@
|
||||
;; (set-face-attribute 'org-block nil :foreground 'unspecified :inherit 'fixed-pitch)
|
||||
;; (set-face-attribute 'org-code nil :inherit '(shadow fixed-pitch))
|
||||
(setq org-fontify-quote-and-verse-blocks t) ;; Permitir configuración de bloques quote y verse.
|
||||
(set-face-attribute 'org-block nil :underline nil :foreground nil :background "#282a36")
|
||||
;; (set-face-attribute 'org-block nil :underline nil :foreground nil :background "#282a36")
|
||||
;; (set-face-attribute 'org-block-begin-line nil :underline nil :foreground nil :background "#1e1f28")
|
||||
;; (set-face-attribute 'org-block-end-line nil :underline nil :foreground nil :background nil)
|
||||
;; (set-face-attribute 'org-block-end-line nil :background 'unspecified)
|
||||
|
Loading…
Reference in New Issue
Block a user