Parcourir la source

Link to Emacs example

Bob Mottram il y a 11 ans
Parent
révision
43b6ed5c42
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      beaglebone.txt

+ 3
- 1
beaglebone.txt Voir le fichier

@@ -380,6 +380,8 @@ Some basic Emacs keys which will be useful to new users are:
380 380
 | Save        | CTRL-x CTRL-s |
381 381
 | Exit        | CTRL-x CTRL-c |
382 382
 
383
+If you need an example Emacs configuration file to get you going then one can be [[Emacs setup][found here]].
384
+
383 385
 ** Enable backports
384 386
 
385 387
 To enable some newer packages add backports to the repositories.
@@ -7525,7 +7527,7 @@ deb http://packages.cubian.org/ wheezy main non-free
7525 7527
 deb http://repo.ajenti.org/debian main main debian
7526 7528
 #+END_SRC
7527 7529
 
7528
-*** Emacs
7530
+*** Emacs setup
7529 7531
 An example Emacs configuration file. This should be saved to */home/myusername/.emacs* and */root/.emacs*
7530 7532
 
7531 7533
 #+BEGIN_SRC: bash