dotfiles

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

commit e586033a8f8e44142ab9d14108c78abfa3e976dc
parent e13cd684aaadfa6b91ea9312b5e1d7bf90f8cde9
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 30 Dec 2022 19:05:59 +0100

Tweak some input sequences for math symbols

Try as I might, I can't get my fingers to reach for underscores when
my brain is thinking of *equality signs.

Diffstat:
M.emacs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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