From df7db1301e3a820aeadf0c9af1f956389a3bd5b1 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 12 Aug 2023 10:24:17 +1000 Subject: Moving some github related functions to my-github also some minor changes in ycp-org and my-buffer --- emacs/.emacs.d/init/ycp-org.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.emacs.d/init/ycp-org.el') 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) -- cgit v1.2.3