Revert "thing"

This reverts commit 05eebae686.
This commit is contained in:
Sakooooo 2023-09-11 13:34:19 +04:00
parent 6c2ccc75a2
commit ea9b2b0040
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 18 additions and 6 deletions

View file

@ -326,9 +326,15 @@ M-x org-bable-tangle
(setq org-agenda-files
'("~/org/tasks.org")
("~/org/work.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

View file

@ -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-challenger-deep t)
(load-theme 'doom-monokai-pro t)
;; Enable flashing mode-line on errors
(doom-themes-visual-bell-config))
@ -273,7 +273,13 @@
'("~/org/tasks.org")
'("~/org/work.org"))
(setq org-adapt-indentation t))
(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))))
;; i need more bullets, i need more bullets, i need more bullets, bigger weapons, bigger weapons, bigger weapons
;; thanks for the protein sir