aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/modes
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-05-30 18:31:53 +0800
committergxlin <[email protected]>2021-05-30 18:31:53 +0800
commit8d66dbaa1e707a3aa7e2a4eac034269f822a9ed5 (patch)
treef39270071cc6ddf54db02f5f2a96aa6aaee16fd3 /.emacs.d/modes
parente53364383e337e9c136c5aabfc184f0255cc3859 (diff)
downloaddotfiles-8d66dbaa1e707a3aa7e2a4eac034269f822a9ed5.tar.gz
dotfiles-8d66dbaa1e707a3aa7e2a4eac034269f822a9ed5.tar.bz2
dotfiles-8d66dbaa1e707a3aa7e2a4eac034269f822a9ed5.zip
Add kitty config
Diffstat (limited to '.emacs.d/modes')
-rw-r--r--.emacs.d/modes/init-org-mode.el3
1 files changed, 3 insertions, 0 deletions
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/")