chore: restore stash changes (projectile, init, packages, zsh)

This commit is contained in:
2026-07-17 13:01:10 -04:00
parent 4061830979
commit 61268e8244
4 changed files with 41 additions and 216 deletions

View File

@@ -7,6 +7,16 @@
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;; (package! some-package)
;; Emacs = kirby
;; (package! emacs-application-framework
;; :recipe (:host github
;; :repo "emacs-eaf/emacs-application-framework"
;; :files ("*")
;; ;; Automatically pull the browser and video-player modules during doom sync
;; :post-build (shell-command "python3 install-eaf.py --install browser video-player")))
(package! emskin
:recipe (:host github :repo "emskin/emskin"))
;; pywal for emacs
(package! ewal)
@@ -16,6 +26,30 @@
;; Pointer highlight
(package! beacon)
;; Centered view
(package! olivetti)
;; The real gruvbox
(package! gruvbox-theme)
;; token theme
(package! token-theme
:recipe (:host github :repo "ThorstenRhau/token"
:protocol ssh
:files ("contrib/emacs/*.el")))
;; vscode theme
(package! vscode-dark-plus-theme)
;; tomorrow theme
(package! color-theme-sanityinc-tomorrow)
;; Prot themes
(package! ef-themes)
;; Colored parenthesis
(package! rainbow-delimiters)
;; Weather in the agenda
;; (package! weather-metno) ;; Not working.. :(