From 2d1ed9c1fe0497a55fe83c56282a5243d209eb78 Mon Sep 17 00:00:00 2001 From: Marco Thomas <39596050+CramMK@users.noreply.github.com> Date: Wed, 1 Sep 2021 10:42:49 +0200 Subject: [PATCH] Remove unneeded options from init.el --- files/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/init.el b/files/init.el index 4438404..89d2f15 100644 --- a/files/init.el +++ b/files/init.el @@ -159,8 +159,6 @@ (dashboard-setup-startup-hook) (setq dashboard-banner-logo-title "Welcome back, Marc." dashboard-startup-banner 'logo - dashboard-projects-backend 'projectile - dashboard-projects-switch-function 'projectile-switch-project dashboard-items '((agenda . 20)) dashboard-item-names '(("Agenda for the coming week:" . "Agenda:")) dashboard-center-content t)) @@ -319,7 +317,7 @@ ;; fonts (set-face-attribute 'org-document-title nil :font "Product Sans" :weight 'bold :inherit 'default :height 250) (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5) - org-hidden-keywords '(title setupfile) + org-hidden-keywords '(title) org-image-actual-width nil org-agenda-files (quote ("~/org")) calendar-week-start-day 1