aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-package.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-01-18 05:03:28 -0500
committerbard <[email protected]>2024-01-18 05:03:28 -0500
commit78fea8944aeb3b3659fc6294bd769776368fce26 (patch)
treee804a2500933aae02ee20f084fee43bd9aa3d5f0 /bard-emacs-modules/bard-emacs-package.el
parentb39aad5891612ff5c17a60bde148bf32324af5ef (diff)
now with fontaine
Diffstat (limited to 'bard-emacs-modules/bard-emacs-package.el')
-rw-r--r--bard-emacs-modules/bard-emacs-package.el18
1 files changed, 12 insertions, 6 deletions
diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el
index b5b7887..3a32a30 100644
--- a/bard-emacs-modules/bard-emacs-package.el
+++ b/bard-emacs-modules/bard-emacs-package.el
@@ -58,8 +58,8 @@ The exact color values are taken from the active Ef theme."
(add-hook 'ef-themes-post-load-hook #'bard/ef-themes-hl-todo-faces)
(define-key global-map (kbd "M-<f5>") #'ef-themes-toggle)
- (setq ef-themes-to-toggle '(ef-melissa-dark ef-melissa-light))
- (load-theme 'ef-melissa-dark t))
+ (setq ef-themes-to-toggle '(ef-winter ef-frost))
+ (load-theme 'ef-winter t))
(use-package modus-themes
:ensure t
@@ -96,9 +96,12 @@ The exact color values are taken from the active Ef theme."
("DEPRECATED" . ,yellow)))))
(add-hook 'modus-themes-post-load-hook #'bard/modus-themes-hl-todo-faces)
- ;; (load-theme 'modus-vivendi t)
(setq modus-themes-to-toggle '(modus-vivendi modus-operandi-tinted))
- (define-key global-map (kbd "<f5>") #'modus-themes-toggle))
+ (define-key global-map (kbd "<f5>") #'modus-themes-toggle)
+ (load-theme 'modus-vivendi t))
+
+(use-package fontaine
+ :ensure t)
(use-package rainbow-mode
:ensure t)
@@ -152,7 +155,7 @@ The exact color values are taken from the active Ef theme."
(global-set-key (kbd "C-x b") #'consult-buffer)
(global-set-key (kbd "C-c s") #'consult-line)
(global-set-key (kbd "C-c C-s") nil)
- (global-set-key (kbd "C-c C-s") #'consult-ripgrep))
+ (global-set-key (kbd "C-z s") #'consult-ripgrep))
(use-package orderless
:ensure t)
@@ -311,10 +314,13 @@ The exact color values are taken from the active Ef theme."
:config
(eshell-git-prompt-use-theme 'robbyrussell))
-(use-package shell-pop
+(use-package tramp
:ensure t)
(use-package circe
+ :ensure t)
+
+(use-package shell-pop
:ensure t
:bind (("C-t" . shell-pop))
:config