From 2af2003c66b00ffb6113229f4fdc9fc0ba67e3d7 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Feb 2022 09:13:50 +0100 Subject: chore(bahnhofshalle): set javascript mode in emacs for es6 file --- bahnhofshalle/main.es6 | 1 + 1 file changed, 1 insertion(+) diff --git a/bahnhofshalle/main.es6 b/bahnhofshalle/main.es6 index b50a2bf..12e19f5 100644 --- a/bahnhofshalle/main.es6 +++ b/bahnhofshalle/main.es6 @@ -1,3 +1,4 @@ +// -*- mode: javascript -*- var token = null; function saveApiToken(e) { -- cgit 1.4.1