diff options
author | Adrian Kummerlaender | 2020-11-10 22:58:45 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2020-11-10 22:58:45 +0100 |
commit | 84e2062055ab3fd06edd9865628d4b5349019f7f (patch) | |
tree | 8cfb9c679b5d0b462e2c637f661bd1d9c6248153 /gui/conf | |
parent | b0d1648495c19a5690a080175d41b93e5b6ee169 (diff) | |
download | nixos_home-84e2062055ab3fd06edd9865628d4b5349019f7f.tar nixos_home-84e2062055ab3fd06edd9865628d4b5349019f7f.tar.gz nixos_home-84e2062055ab3fd06edd9865628d4b5349019f7f.tar.bz2 nixos_home-84e2062055ab3fd06edd9865628d4b5349019f7f.tar.lz nixos_home-84e2062055ab3fd06edd9865628d4b5349019f7f.tar.xz nixos_home-84e2062055ab3fd06edd9865628d4b5349019f7f.tar.zst nixos_home-84e2062055ab3fd06edd9865628d4b5349019f7f.zip |
Enable org babel org templates
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index 240006a..3d17d61 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -371,6 +371,7 @@ '((python . t) (shell . t) (latex . t) + (org . t) (C . t))) (setq org-confirm-babel-evaluate nil) |