From 05eebae6863e37956e0800e65e70e13eda70fa0f Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:24:44 +0400 Subject: [PATCH] thing --- config/emacs/emacs.org | 12 +++--------- config/emacs/init.el | 12 +++--------- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index c11983bf..95300331 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -284,7 +284,7 @@ M-x org-bable-tangle ;; extra keywords (setq org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!)") - (sequence "PLAN(p)" "READY(r)" "ACTIVE(a)" "HOLD(h)" "|" "COMPLETED(c)" "CANC(k@)") ) + (sequence "PLAN(p)" "READY(r)" "ACTIVE(a)" "HOLD(h)" "|" "COMPLETED(c)" "CANC(k@)")) ;; custom commands for org-agenda (setq org-agenda-custom-commands @@ -326,15 +326,9 @@ M-x org-bable-tangle (setq org-agenda-files '("~/org/tasks.org") - '("~/org/work.org")) - - (setq org-adapt-indentation t) - - (setq org-capture-templates - `(("t" "Tasks / Projects") - ("tt" "Task" entry (file+olp "~/org/tasks.org" "Inbox") - "* TODO %?\n %U\n %a\n %i" :empty-lines 1)))) + ("~/org/work.org")) + (setq org-adapt-indentation t)) ;; i need more bullets, i need more bullets, i need more bullets, bigger weapons, bigger weapons, bigger weapons ;; thanks for the protein sir diff --git a/config/emacs/init.el b/config/emacs/init.el index 756e7470..98d54ed7 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -88,7 +88,7 @@ (setq doom-themes-enable-bold t ; if nil, bold is universally disabled doom-themes-enable-italic t) ; if nil, italics is universally disabled ;; load the theme -(load-theme 'doom-monokai-pro t) +(load-theme 'doom-challenger-deep t) ;; Enable flashing mode-line on errors (doom-themes-visual-bell-config)) @@ -229,7 +229,7 @@ ;; extra keywords (setq org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!)") - (sequence "PLAN(p)" "READY(r)" "ACTIVE(a)" "HOLD(h)" "|" "COMPLETED(c)" "CANC(k@)") ) + (sequence "PLAN(p)" "READY(r)" "ACTIVE(a)" "HOLD(h)" "|" "COMPLETED(c)" "CANC(k@)")) ;; custom commands for org-agenda (setq org-agenda-custom-commands @@ -273,13 +273,7 @@ '("~/org/tasks.org") '("~/org/work.org")) - (setq org-adapt-indentation t) - - (setq org-capture-templates - `(("t" "Tasks / Projects") - ("tt" "Task" entry (file+olp "~/org/tasks.org" "Inbox") - "* TODO %?\n %U\n %a\n %i" :empty-lines 1)))) - + (setq org-adapt-indentation t)) ;; i need more bullets, i need more bullets, i need more bullets, bigger weapons, bigger weapons, bigger weapons ;; thanks for the protein sir