emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-cdlatex is driving me nuts


From: Rasmus
Subject: Re: [O] org-cdlatex is driving me nuts
Date: Thu, 22 Jun 2017 14:07:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Guy Mayraz <address@hidden> writes:

> (ii) change the org-cdlatex math
> symbol to something totally obscure that wouldn't interfere with my normal
> work?

For what it is worth, option (ii) can be archived with something like this,

(with-eval-after-load 'org
  (define-key org-cdlatex-mode-map "`" nil)
  (org-defkey org-cdlatex-mode-map "ยจ" 'cdlatex-math-symbol)
  (org-defkey org-cdlatex-mode-map "'" 'org-cdlatex-math-modify))

Rasmus

-- 
And I faced endless streams of vendor-approved Ikea furniture. . .




reply via email to

[Prev in Thread] Current Thread [Next in Thread]