1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00

Rename the reload binding to :r.

This commit is contained in:
Rob Rix 2017-10-13 12:47:46 -04:00
parent 1cc005bc4a
commit 8b89c73979

4
.ghci
View File

@ -13,8 +13,8 @@
:def no-pretty \_ -> return ":set -interactive-print System.IO.print"
-- See docs/💡ProTip!.md
:undef re
:def re \_ -> return ":reload\n:pretty\n"
:undef r
:def r \_ -> return (unlines [":reload", ":pretty"])
-- See docs/💡ProTip!.md for documentation & examples.
:{