diff options
author | 2023-10-26 21:55:02 -0400 | |
---|---|---|
committer | 2023-10-26 21:55:02 -0400 | |
commit | 946d377019a733c7abc04e96091a9b8ed30db9db (patch) | |
tree | d8065db1c4675f516e818c7a3d93061035d52059 /.emacs.d/lisp/bandali-org.el | |
parent | ffe2df238c5c7ca7093d89324e9078ccaac01984 (diff) | |
download | configs-946d377019a733c7abc04e96091a9b8ed30db9db.tar.gz configs-946d377019a733c7abc04e96091a9b8ed30db9db.tar.xz configs-946d377019a733c7abc04e96091a9b8ed30db9db.zip |
Various updates from darya
Diffstat (limited to '.emacs.d/lisp/bandali-org.el')
-rw-r--r-- | .emacs.d/lisp/bandali-org.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-org.el b/.emacs.d/lisp/bandali-org.el index 87dbb85..bdaff4e 100644 --- a/.emacs.d/lisp/bandali-org.el +++ b/.emacs.d/lisp/bandali-org.el @@ -24,6 +24,8 @@ ;;; Code: +;; (setq org--inhibit-version-check t) + (with-eval-after-load 'org (setq org-src-tab-acts-natively t |