summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs12
1 files changed, 4 insertions, 8 deletions
diff --git a/.emacs b/.emacs
index 0285e1d..7a147fa 100644
--- a/.emacs
+++ b/.emacs
@@ -55,14 +55,10 @@
(rg-enable-default-bindings) ; Uses the C-c s prefix.
-;; TODO: define my own input method, instead of overloading TeX
-;; https://www.emacswiki.org/emacs/TeXInputMethod explains why the
-;; with-temp-buffer shenanigans are necessary.
-;; Quoth (elisp)Input Methods:
-;; > How to define input methods is not yet documented in this manual,
-;; > but here we describe how to use them.
-;; Regardless, `register-input-method', `quail-define-rules' may help
-;; achieving that.
+;; TODO: define my own input method, instead of overloading TeX.
+;; Look at unicode-math-input for inspiration, since according to
+;; (elisp)Input Methods: "How to define input methods is not yet
+;; documented".
(with-temp-buffer
(activate-input-method "TeX")
(let ((quail-current-package (assoc "TeX" quail-package-alist)))