Compare commits

...

2 Commits

Author SHA1 Message Date
e632583fc8
refactor(emacs): use doom themes
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
2024-07-04 17:55:05 -05:00
f78f25d9ad
Revert "refactor(hypr): replace wezterm with Neovide term"
This reverts commit 1eea7054501c935e7f36931ba92cc7e58e6ba5c5.
2024-07-04 17:28:08 -05:00
2 changed files with 9 additions and 8 deletions

View File

@ -124,14 +124,15 @@
'(tool-bar-mode nil))
;; Doom Themes
(use-package kanagawa-theme
(use-package doom-themes
:ensure t
:custom
(kanagwa-theme-org-bold t)
(kanagawa-theme-org-height t)
(kanagawa-theme-keyword-italic t)
(kanagawa-theme-comment-italic t)
(doom-themes-enable-bold t)
(doom-themes-enable-italic t)
:config
(load-theme 'kanagawa t))
(load-theme 'doom-one t)
(doom-themes-treemacs-config)
(doom-themes-org-config))
(use-package doom-modeline
:custom
@ -783,4 +784,4 @@
'(evil-goggles-undo-redo-change-face ((t (:inherit diff-changed))))
'(evil-goggles-undo-redo-remove-face ((t (:inherit diff-removed))))
'(evil-goggles-yank-face ((t (:inherit diff-changed))))
'(italic ((t (:slant oblique)))))
'(italic ((t (:slant oblique)))))

View File

@ -59,7 +59,7 @@ submap = reset
bind = ALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist decode | wl-copy
bind = SUPERALT,v,exec,cd "${XDG_CONFIG_HOME}/wofi" && cliphist list | wofi --dmenu --width=1000px --style "cliphist.css" --height=90% -D halign=left | cliphist delete
bind = SUPER,RETURN,exec,neovide --fork -- +term
bind = SUPER,RETURN,exec,wezterm
bind = SUPERSHIFT,RETURN,exec,neovide --fork
bind = SUPERCTRLSHIFT,R,exec,hyprctl reload
bind = SUPER,SPACE,exec,wofi --show drun