From 2b401d5fa751f57bb276bb34f2053a098d699dd5 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 12 Apr 2025 18:26:24 -0500 Subject: [PATCH] Getting configs ready for DTOS launch. --- .config/emacs/config.el | 18 +++++++++--------- .config/qtile/autostart.sh | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 203e328..87f4ced 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -560,7 +560,7 @@ (make-local-variable 'auto-hscroll-mode) (setq auto-hscroll-mode nil))))) -(setq org-agenda-files '("~/nc/Org/agenda.org")) +(setq org-agenda-files '("~/.config/emacs/agenda.org")) (add-hook 'org-mode-hook 'org-indent-mode) (use-package org-bullets) @@ -568,14 +568,14 @@ (eval-after-load 'org-indent '(diminish 'org-indent-mode)) - (custom-set-faces - '(org-level-1 ((t (:inherit outline-1 :height 1.7)))) - '(org-level-2 ((t (:inherit outline-2 :height 1.6)))) - '(org-level-3 ((t (:inherit outline-3 :height 1.5)))) - '(org-level-4 ((t (:inherit outline-4 :height 1.4)))) - '(org-level-5 ((t (:inherit outline-5 :height 1.3)))) - '(org-level-6 ((t (:inherit outline-5 :height 1.2)))) - '(org-level-7 ((t (:inherit outline-5 :height 1.1))))) +(custom-set-faces + '(org-level-1 ((t (:inherit outline-1 :height 1.7)))) + '(org-level-2 ((t (:inherit outline-2 :height 1.6)))) + '(org-level-3 ((t (:inherit outline-3 :height 1.5)))) + '(org-level-4 ((t (:inherit outline-4 :height 1.4)))) + '(org-level-5 ((t (:inherit outline-5 :height 1.3)))) + '(org-level-6 ((t (:inherit outline-5 :height 1.2)))) + '(org-level-7 ((t (:inherit outline-5 :height 1.1))))) (require 'org-tempo) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 5507a21..fc3b7d6 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -18,7 +18,7 @@ nm-applet & sleep 1 conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf || echo "Couldn't start conky." sleep 1 -/usr/bin/emacs --daemon & +yes | /usr/bin/emacs --daemon & ### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ### # 1. Uncomment to restore last saved wallpaper