dotfiles

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

commit aa4c46e377a0de14af83faa42852d1b16945c879
parent 8232568563d0090935a9e22f38ef67934497f962
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 23 Mar 2019 23:59:04 +0100

Add ⚠ to my/input-method

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

diff --git a/.emacs b/.emacs @@ -67,7 +67,8 @@ ("..." ?…) ("-->" ?β†’) ("-/>" ?↛) ("==>" ?β‡’) ("=/>" ?⇏) ("<--" ?←) ("</-" ?β†š) ("<==" ?⇐) ("</=" ?⇍) - ("<->" ?↔) ("<=>" ?⇔))) + ("<->" ?↔) ("<=>" ?⇔) + ("/!\\" ?⚠))) ;; What's life without a little risk? (setq disabled-command-function nil)