summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/posts/emacs-on-android-setup/index.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/posts/emacs-on-android-setup/index.org b/content/posts/emacs-on-android-setup/index.org
index 970be53..fd189fe 100644
--- a/content/posts/emacs-on-android-setup/index.org
+++ b/content/posts/emacs-on-android-setup/index.org
@@ -42,7 +42,7 @@ pkg install emacs git
Since I host my Emacs on [[https://github.com/dantecatalfamo/emacs.d][GitHub]], getting things started here is
effortless. All I had to do was clone it onto my system, and open
-Emacs, it even sets itself up for use thanks to =use-package=, which
+Emacs, it even sets itself up courtesy of =use-package=, which
installs all the required packages and dependencies without requiring
my intervention.
@@ -124,4 +124,5 @@ installed as a dependency by default, =ecl= requires the
=libatomic-ops-dev= package in order to function correctly.
They also provide an up to date version of [[https://raku.org/][Raku]], a language which I
-really enjoy toying around with.
+really enjoy toying around with, along with [[https://julialang.org/][Julia]], [[https://www.gnu.org/software/octave/][octave]], and [[https://www.r-project.org/][R]],
+among other things.