You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great elisp tuto...
But, why you do not use "M-x eros-mode" to evaluate your code examples?
It is so practical.
You just need to activate it in the scratch or org buffer where you have your code and instead of going to the end of a sexp expression and hitting "C-x C-e", you can place the point anywhere inside the sexp and hit "C-M x" and you have a beautiful evaluation just after the expression. Like so:
(* 3 4) => 12
et. al.
And you do NOT need to call "ielm"
Also, try to make your fonts presentation with bigger fonts, since lots of people only have access to YT videos through cellphones these days...
Thx, for the Elisp series, anyways
The text was updated successfully, but these errors were encountered:
Great elisp tuto...
But, why you do not use "M-x eros-mode" to evaluate your code examples?
It is so practical.
You just need to activate it in the scratch or org buffer where you have your code and instead of going to the end of a sexp expression and hitting "C-x C-e", you can place the point anywhere inside the sexp and hit "C-M x" and you have a beautiful evaluation just after the expression. Like so:
(* 3 4) => 12
et. al.
And you do NOT need to call "ielm"
Also, try to make your fonts presentation with bigger fonts, since lots of people only have access to YT videos through cellphones these days...
Thx, for the Elisp series, anyways
The text was updated successfully, but these errors were encountered: