Skip to content

Commit 048bba6

Browse files
authored
Update Code_Intro.md
1 parent 3aa8421 commit 048bba6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SBNYoung/Code_Intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: Git & GitHub
3+
title: Code Development
44
---
55

66
# Introduction to Code Development
@@ -19,6 +19,7 @@ editors
1919
## Code Editors
2020

2121
### emacs
22+
Emacs is a lot of different things: a Lisp interpreter with text editing, some OS features, a shell (like bash) which modifies or adds on to existing bash shell features. Realistically, though, for a particle physics application, one would simply be using emacs as a text editor. A guide on how to use Emacs as a text editor can be found [here](https://fsl.fmrib.ox.ac.uk/fslcourse/unix_intro/textedit.html).
2223

2324
### vim
2425

0 commit comments

Comments
 (0)