aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-org.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-12 10:24:17 +1000
committerYuchen Pei <id@ypei.org>2023-08-12 10:24:17 +1000
commitdf7db1301e3a820aeadf0c9af1f956389a3bd5b1 (patch)
tree566ab020b0b3b1b2df3e9b04868a9bcd15654b04 /emacs/.emacs.d/init/ycp-org.el
parent5adae92bf16275c46d91dc43bbe70df2b1155235 (diff)
Moving some github related functions to my-github
also some minor changes in ycp-org and my-buffer
Diffstat (limited to 'emacs/.emacs.d/init/ycp-org.el')
-rw-r--r--emacs/.emacs.d/init/ycp-org.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el
index f13fb0f..e57466a 100644
--- a/emacs/.emacs.d/init/ycp-org.el
+++ b/emacs/.emacs.d/init/ycp-org.el
@@ -60,6 +60,8 @@
(add-hook 'org-mode-hook (lambda () (electric-indent-local-mode -1)))
(add-hook 'org-mode-hook (lambda () (setq-local tab-width 2)))
+ ;; The world does not end by 2038 (hopefully)
+ (setq org-read-date-force-compatible-dates nil)
(setq org-adapt-indentation 'headline-data)
(setq org-special-ctrl-a/e t)
(setq org-special-ctrl-k t)