dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 438f3c40c05f64d105879af5480af5801ab51a2e
parent 47e76526f47db7d7528b6eb85634181edf982760
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 29 Dec 2020 17:43:05 +0100

Add ≀ and β‰₯ to my/symbols

Easier to reach for than \le, especially since I don't enable the TeX
input method as much as I used to.

Diffstat:
M.emacs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.emacs b/.emacs @@ -58,6 +58,7 @@ ;; Math symbols ("~~" ?β‰ˆ) ("~~_" ?β‰Š) ("~=" ?β‰…) ("~_" ?≃) ("=_" ?≑) ("^=" ?≙) (":=" ?≔) + ("<=" ?≀) (">=" ?β‰₯) ("-->" ?β†’) ("-/>" ?↛) ("==>" ?β‡’) ("=/>" ?⇏) ("<--" ?←) ("</-" ?β†š) ("<==" ?⇐) ("</=" ?⇍) ("<->" ?↔) ("<=>" ?⇔)