From 25cd67f7004682423a7613119ae33b2de97c4124 Mon Sep 17 00:00:00 2001 From: bard Date: Fri, 15 Mar 2024 15:54:24 -0400 Subject: ada mode is bad --- bard-emacs-modules/bard-emacs-package.el | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'bard-emacs-modules/bard-emacs-package.el') 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 -- cgit v1.2.3