summaryrefslogtreecommitdiff
path: root/.emacs.d/modules/thanos-org.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-08 08:30:42 +0300
committerThanos Apollo <[email protected]>2023-10-08 08:30:42 +0300
commite9fc65e1e06d4288a165cd51578c62c5c0e545a3 (patch)
tree363dac7e22802d2406371548e8db1362216afd32 /.emacs.d/modules/thanos-org.el
parent30493abd038911f104a149ed2d8bede3cf89f9e9 (diff)
emacs:(org) remove scale
- Modus themes provide good enough scaling, no need for futher customization - Remove DT's old keywords
Diffstat (limited to '.emacs.d/modules/thanos-org.el')
-rw-r--r--.emacs.d/modules/thanos-org.el13
1 files changed, 2 insertions, 11 deletions
diff --git a/.emacs.d/modules/thanos-org.el b/.emacs.d/modules/thanos-org.el
index ff1c058..95e8911 100644
--- a/.emacs.d/modules/thanos-org.el
+++ b/.emacs.d/modules/thanos-org.el
@@ -40,16 +40,7 @@
org-hide-emphasis-markers nil ;;change to t to hide emphasis markers
org-table-convert-region-max-lines 20000
org-log-done 'time
- org-log-into-drawer t
- org-todo-keywords ;; This overwrites the default Doom org-todo-keywords
- '((sequence
- "TODO(t)" ;; A task that is ready to be tackled
- "BLOG(b)" ;; Blog writing assignments
- "GYM(g)" ;; Things to accomplish at the gym
- "WAIT(w)" ;; Something is holding up this task
- "|" ;; The pipe necessary to separate "active" states and "inactive" states
- "DONE(d)" ;; Task has been completed
- "CANCELLED(c)" )))
+ org-log-into-drawer t)
(define-key org-mode-map (kbd "C-c t") 'org-time-stamp-inactive)
(define-key org-mode-map (kbd "C-c s") 'org-download-screenshot)
@@ -202,7 +193,7 @@
(add-hook 'org-mode-hook #'(lambda ()
(display-line-numbers-mode -1)
- (thanos/org-scale)
+ ;; (thanos/org-scale)
(flyspell-mode)
(org-auto-tangle-mode)))