summaryrefslogtreecommitdiffstats
path: root/roles/obs/templates/emacsconf-stream-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'roles/obs/templates/emacsconf-stream-config.el')
-rw-r--r--roles/obs/templates/emacsconf-stream-config.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/obs/templates/emacsconf-stream-config.el b/roles/obs/templates/emacsconf-stream-config.el
index bd5ffd7..2aa886b 100644
--- a/roles/obs/templates/emacsconf-stream-config.el
+++ b/roles/obs/templates/emacsconf-stream-config.el
@@ -13,7 +13,9 @@
(setq emacsconf-stream-track "{{ item.name }}")
(autoload 'text-property-search-forward "text-property-search")
(add-to-list 'load-path "~/emacsconf-el")
+(setq tab-width 2)
+(setq case-fold-search t)
+(setq emacsconf-cache-dir "{{ emacsconf_caption_dir }}/cache")
(require 'emacsconf)
(require 'emacsconf-stream)
(emacsconf-stream-display-clock-and-countdown)
-(setq tab-width 2)