From: Amin Bandali Date: Sun, 11 Nov 2018 02:20:07 +0000 (-0500) Subject: [emacs/lean-mode] use forward slash "/" as the prefix for lean-input X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/commitdiff_plain/e44b9b7eb100a3d5c1640b7df7d4c458f81998ab [emacs/lean-mode] use forward slash "/" as the prefix for lean-input --- diff --git a/init.org b/init.org index e30ed14..289b22b 100644 --- a/init.org +++ b/init.org @@ -1160,7 +1160,12 @@ TODO: break this giant source block down into individual org sections. ("S-SPC" . company-complete)) :config (require 'lean-input) - (setq default-input-method "Lean")) + (setq default-input-method "Lean" + lean-input-tweak-all '(lean-input-compose + (lean-input-prepend "/") + (lean-input-nonempty)) + lean-input-user-translations '(("/" "/"))) + (lean-input-setup)) #+end_src ** Haskell