summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org32
1 files changed, 0 insertions, 32 deletions
diff --git a/emacs.org b/emacs.org
index 7f718d9..8bff853 100755
--- a/emacs.org
+++ b/emacs.org
@@ -67,7 +67,6 @@ Request the following packages:
eshell-syntax-highlighting
org-superstar
pdf-tools
- dashboard
org-auto-tangle
slime
slime-company
@@ -178,37 +177,6 @@ Fonts and basic appearance settings
:weight 'regular)
#+end_src
-** Dashboard
-#+begin_src emacs-lisp
- (require 'dashboard)
- (require 'all-the-icons)
-
- (dashboard-setup-startup-hook)
- (setq dashboard-items '((recents . 5)
- (bookmarks . 5)))
-
- (setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
- dashboard-item-names '(("Recent Files:" . "Recent Files:")
- ("Bookmarks:" . "Study:")))
- ;; Set the banner
- (setq dashboard-startup-banner "~/dotfiles/pictures/medicine/plague-doctor-s.png")
- ;; Set the title
- (setq dashboard-banner-logo-title "Is that a flying flower?")
- ;; (setq dashboard-init-info "Bring me your sick and wounded!")
-
- (setq dashboard-set-init-info t
- dashboard-center-content t
- dashboard-set-navigator t
- dashboard-set-heading-icons t
- dashboard-set-file-icons t
- dashboard-show-shortcuts nil
- dashboard-set-footer t
- dashboard-footer-messages '("Welcome to the Church Of Emacs")
- dashboard-footer-icon (all-the-icons-octicon "broadcast"
- :height 1.15
- :v-adjust -0.05
- :face 'font-lock-keyword-face))
-#+end_src
** Theme & modeline
#+begin_src emacs-lisp
(load-theme 'doom-ayu-dark t)