aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-15 15:54:24 -0400
committerbard <[email protected]>2024-03-15 15:54:24 -0400
commit25cd67f7004682423a7613119ae33b2de97c4124 (patch)
tree89e3cb556fc12a0c015fb78261c48558b7e2710d
parent87814846255367c9ea4a75083365416cecea1444 (diff)
ada mode is bad
-rw-r--r--bard-emacs-modules/bard-emacs-package.el16
1 files changed, 4 insertions, 12 deletions
diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el
index 65fc1cb..c12ce13 100644
--- a/bard-emacs-modules/bard-emacs-package.el
+++ b/bard-emacs-modules/bard-emacs-package.el
@@ -153,7 +153,8 @@ 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-z s") #'consult-ripgrep))
+ (global-set-key (kbd "C-z s") #'consult-ripgrep)
+ (global-set-key (kbd "M-s M-o") #'consult-outline))
(use-package yasnippet
:init
@@ -198,7 +199,7 @@ The exact color values are taken from the active Ef theme."
:config
(setq initial-buffer-choice 'dashboard-open)
(dashboard-setup-startup-hook)
- (setq dashboard-startup-banner "~/.emacs.d/img/catwithscarf.jpg")
+ (setq dashboard-startup-banner "~/.emacs.d/img/emacslogo.png")
(setq dashboard-banner-logo-width 50)
(setq dashboard-banner-logo-height 50)
(setq dashboard-center-content t)
@@ -287,15 +288,6 @@ The exact color values are taken from the active Ef theme."
(use-package haskell-mode
:ensure t)
-(use-package ada-mode
- :ensure t)
-
-(use-package gpr-mode
- :ensure t)
-
-(use-package gpr-query
- :ensure t)
-
(use-package flycheck
:ensure t
:init
@@ -331,7 +323,7 @@ The exact color values are taken from the active Ef theme."
(use-package spacious-padding
:ensure t
:init
- ;; (spacious-padding-mode 1)
+ (spacious-padding-mode 1)
:config
(setq spacious-padding-widths
'( :internal-border-width 10