diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-12 09:02:25 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-12 09:02:25 -0500 |
commit | bbb81569908a3e2511f9e10210d1effb4428442c (patch) | |
tree | 8f88c0a4a2be523ecb9106dc5c388060a435d3b0 /roles/edit/templates | |
parent | 921b613ed8af5f87c247d92406f9ff4e42a5aed7 (diff) | |
download | emacsconf-ansible-bbb81569908a3e2511f9e10210d1effb4428442c.tar.xz emacsconf-ansible-bbb81569908a3e2511f9e10210d1effb4428442c.zip |
comment out live, front, and media
Diffstat (limited to 'roles/edit/templates')
-rw-r--r-- | roles/edit/templates/emacsconf-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/edit/templates/emacsconf-edit.el b/roles/edit/templates/emacsconf-edit.el index b659121..6ca3efa 100644 --- a/roles/edit/templates/emacsconf-edit.el +++ b/roles/edit/templates/emacsconf-edit.el @@ -85,4 +85,4 @@ (find-file "{{ emacsconf_private_dir }}/conf.org") (emacsconf-add-org-after-todo-state-change-hook) -(emacsconf-erc-connect) +(unless noninteractive (emacsconf-erc-connect)) |