Compare commits

..

No commits in common. "1768ee428f899a3df3ef2b5ddac0b05c3ce97c2f" and "32f53f09a42908e87edcdf9873990bba362677fd" have entirely different histories.

2 changed files with 26 additions and 26 deletions

View File

@ -340,7 +340,7 @@
(lua . ("https://github.com/Azganoth/tree-sitter-lua"))
(make . ("https://github.com/alemuller/tree-sitter-make"))
(python . ("https://github.com/tree-sitter/tree-sitter-python"))
(php . ("https://github.com/tree-sitter/tree-sitter-php" "master" "php/src"))
(php . ("https://github.com/tree-sitter/tree-sitter-php"))
(ruby . ("https://github.com/tree-sitter/tree-sitter-ruby"))
(rust . ("https://github.com/tree-sitter/tree-sitter-rust"))
(sql . ("https://github.com/m-novikov/tree-sitter-sql"))

View File

@ -12,24 +12,24 @@
;;; Code:
;; Theme dracula (https://draculatheme.com/)
(use-package dracula-theme
:defer t
;; (use-package dracula-theme
;; :defer t
;; :hook
;; (elpaca-after-init . (lambda()
;; (load-theme 'dracula t)
;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font
;; ))
)
;; )
;; El theme más cercano a adwaita dark que he encontrado
(use-package adwaita-dark-theme
:defer t
:hook
(elpaca-after-init . (lambda()
(load-theme 'adwaita-dark t)
(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)
;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font
;; ))
;; )
;; Theme adwaita, viene integrado en emacs desde la v29.1
;; (use-package adwaita-theme
@ -43,15 +43,15 @@
;; )
;; Themes modus, vienen integrado en emacs en master (~v30)
;; (use-package modus-themes
;; :elpaca nil
;; :defer t
;; :hook
;; (elpaca-after-init . (lambda()
;; (load-theme 'modus-operandi-tinted t) ;; Solarized
;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font
;; ))
;; )
(use-package modus-themes
:elpaca nil
:defer t
:hook
(elpaca-after-init . (lambda()
(load-theme 'modus-operandi-tinted t) ;; Solarized
(set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font
))
)
;; Themes de doom emacs
;; (use-package doom-themes