From 4ae66d437f9584510550fe61e27cd4874bc3bb51 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Thu, 31 Oct 2019 14:26:52 +0100
Subject: [PATCH] add missing part to Editor

---
 Editor.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Editor.md b/Editor.md
index 4f8ed84ad..b3f0e544e 100644
--- a/Editor.md
+++ b/Editor.md
@@ -68,6 +68,9 @@ on the math symbol list, and with some custom aliases for symbols used a lot in
       (append math-symbol-list-basic math-symbol-list-extended))
 ```
 
+Finally, set your default input method with `M-x customize-set-value`, setting
+`default-input-method` to `math`.
+
 ### Font Configuration
 
 Even when usable fonts are installed, Emacs tends to pick bad fonts for some
-- 
GitLab