diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-01-23 09:00:09 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-01-23 09:00:09 -0500 |
commit | dc5c1f5b01e100325a310a39f51116f011608f61 (patch) | |
tree | 6f1ff66fc2bbbc80a2f078e6f88df69c12076097 /roles/edit | |
parent | 60504b35c1b37c7af4fa3f38f8f246109044a3a4 (diff) | |
download | emacsconf-ansible-dc5c1f5b01e100325a310a39f51116f011608f61.tar.xz emacsconf-ansible-dc5c1f5b01e100325a310a39f51116f011608f61.zip |
case fold search
Diffstat (limited to 'roles/edit')
-rw-r--r-- | roles/edit/templates/emacsconf-edit.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/edit/templates/emacsconf-edit.el b/roles/edit/templates/emacsconf-edit.el index 65e15b7..603d0a3 100644 --- a/roles/edit/templates/emacsconf-edit.el +++ b/roles/edit/templates/emacsconf-edit.el @@ -85,6 +85,8 @@ (find-file "{{ emacsconf_private_dir }}/conf.org") (setq emacsconf-cache-dir "{{ emacsconf_caption_dir }}/cache") +(setq case-fold-search t) (emacsconf-add-org-after-todo-state-change-hook) +(setq emacsconf-publishing-phase 'conference) (unless noninteractive (emacsconf-erc-connect)) (setq tab-width 2) |