Skip to content

Commit 4bd925e

Browse files
committed
Pensieve: add the GNU Emacs page.
1 parent c6bd395 commit 4bd925e

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

content/pensieve/gnu-emacs.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GNU Emacs
2+
3+
GNU Emacs is a free software text editor. It was created by GNU Project founder Richard Stallman, based on the Emacs editor developed for Unix operating systems. GNU Emacs has been a central component of the GNU project and a flagship project of the free software movement. Its tag line is "the extensible self-documenting text editor."
4+
5+
Read more on [Wikipedia](https://en.wikipedia.org/wiki/GNU_Emacs).
6+
7+
#### Sites
8+
- [GNU Emacs](https://www.gnu.org/software/emacs)
9+
10+
#### Resources
11+
- [2023] [From Zero To IDE with Emacs and LSP](https://justinbarclay.ca/posts/from-zero-to-ide-with-emacs-and-lsp)

content/pensieve/text-editors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A text editor is a type of computer program that edits plain text. Text editors are provided with operating systems and software development packages, and can be used to change files such as configuration files, documentation files and programming language source code.
44

55
#### Examples
6+
- [GNU Emacs](gnu-emacs.md)
67
- [Helix](helix.md)
78
- [Kakoune](https://kakoune.org)
89
- [Lite](https://github.com/rxi/lite)

content/sitemap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ search:
121121
- [`fish`](pensieve/fish.md)
122122
- [Terminal emulators](pensieve/terminal-emulators.md)
123123
- [Text editors](pensieve/text-editors.md)
124+
- [GNU Emacs](pensieve/gnu-emacs.md)
124125
- [Helix](pensieve/helix.md)
125126
- [Neovim](pensieve/neovim.md)
126127
- [Tools](pensieve/tools.md)

0 commit comments

Comments
 (0)