Skip to content

Commit df1068e

Browse files
committed
add source code link for emacs
1 parent cadc48a commit df1068e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/pages/02-development-environments/03-emacs.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ meta: Emacs is an extensible, customizable text editor often used for coding. Re
88

99

1010
# Emacs
11-
[Emacs](https://www.gnu.org/software/emacs/) is an extensible text editor
11+
[Emacs](https://www.gnu.org/software/emacs/)
12+
([source code](https://savannah.gnu.org/git/?group=emacs))
13+
is an extensible text editor
1214
that can be customized by writing Emacs Lisp (Elisp) code.
1315

1416
<a href="https://www.gnu.org/software/emacs/"><img src="/img/logos/emacs-wide.png" width="100%" alt="Emacs community logo." class="shot"></a>
1517

1618

17-
### Why is Emacs a good choice for Python coding?
19+
### Why is Emacs a good choice for coding Python?
1820
Emacs is designed to be customized via the built-in Lisp interpreter and
1921
package manager. The package manager, named package.el, has menus for
2022
handling installation. The largest Lisp Package Archive is

0 commit comments

Comments
 (0)