From 8d66dbaa1e707a3aa7e2a4eac034269f822a9ed5 Mon Sep 17 00:00:00 2001 From: gxlin Date: Sun, 30 May 2021 18:31:53 +0800 Subject: Add kitty config --- .emacs.d/modes/init-org-mode.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d/modes/init-org-mode.el') diff --git a/.emacs.d/modes/init-org-mode.el b/.emacs.d/modes/init-org-mode.el index 0644aa4..f402902 100644 --- a/.emacs.d/modes/init-org-mode.el +++ b/.emacs.d/modes/init-org-mode.el @@ -1,6 +1,9 @@ (use-package org :after evil :commands org-agenda + :hook ((org-mode . (lambda () (setq tab-width 4)))) + :init + (setq org-src-tab-acts-natively t) :config (require 'org-tempo) (setq org-directory "~/notes/") -- cgit v1.2.3