diff options
author | Guangxiong Lin <[email protected]> | 2022-03-14 21:50:38 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-14 21:50:38 +0800 |
commit | 42aa5a42061c0523b4feeac4b5643d1a2aed3a42 (patch) | |
tree | 658cd9541d74a33cb8e015f4e4666a06a8548cbc /.emacs.d/lisp/init-misc.el | |
parent | dab137d6d5d68859ae193fa15ad5e6a97b010893 (diff) | |
download | dotfiles-42aa5a42061c0523b4feeac4b5643d1a2aed3a42.tar.gz dotfiles-42aa5a42061c0523b4feeac4b5643d1a2aed3a42.tar.bz2 dotfiles-42aa5a42061c0523b4feeac4b5643d1a2aed3a42.zip |
Update config of orgmode (emacs)
Diffstat (limited to '.emacs.d/lisp/init-misc.el')
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el index 97bb0b4..b4239c9 100644 --- a/.emacs.d/lisp/init-misc.el +++ b/.emacs.d/lisp/init-misc.el @@ -23,6 +23,7 @@ `((".*" "~/.emacs.d/backups/" t))) (setq-default fill-column 72) +(setq-default indent-tabs-mode nil) (setq-default recentf-max-saved-items 1024 recentf-exclude `("/tmp/")) |