From 0223d899c456049d42e1ff0ba1bc1818a26b6696 Mon Sep 17 00:00:00 2001 From: Daniel <89086143+BardofSprites@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:31:18 -0400 Subject: nu dashboard --- bard-emacs-modules/bard-emacs-package.el | 18 +----------------- 1 file changed, 1 insertion(+), 17 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 276e30a..bc856ae 100644 --- a/bard-emacs-modules/bard-emacs-package.el +++ b/bard-emacs-modules/bard-emacs-package.el @@ -58,8 +58,7 @@ (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 "M-s M-o") #'consult-outline)) + (global-set-key (kbd "C-z s") #'consult-ripgrep)) (use-package yasnippet :init @@ -99,21 +98,6 @@ (completion-styles '(orderless basic)) (completion-category-overrides '((file (styles basic partial-completion))))) -(use-package dashboard - :ensure t - :config - (setq initial-buffer-choice 'dashboard-open) - (dashboard-setup-startup-hook) - (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) - (setq dashboard-items '((recents . 5) - (agenda . 5))) - (setq dashboard-banner-logo-title "Time for another recreational programming session") - (setq dashboard-set-footer nil) - (setq dashboard-set-init-info nil)) - (use-package elfeed :ensure t :config -- cgit v1.2.3