소스 검색

Link to Emacs example

Bob Mottram 11 년 전
부모
커밋
43b6ed5c42
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      beaglebone.txt

+ 3
- 1
beaglebone.txt 파일 보기

380
 | Save        | CTRL-x CTRL-s |
380
 | Save        | CTRL-x CTRL-s |
381
 | Exit        | CTRL-x CTRL-c |
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
 ** Enable backports
385
 ** Enable backports
384
 
386
 
385
 To enable some newer packages add backports to the repositories.
387
 To enable some newer packages add backports to the repositories.
7525
 deb http://repo.ajenti.org/debian main main debian
7527
 deb http://repo.ajenti.org/debian main main debian
7526
 #+END_SRC
7528
 #+END_SRC
7527
 
7529
 
7528
-*** Emacs
7530
+*** Emacs setup
7529
 An example Emacs configuration file. This should be saved to */home/myusername/.emacs* and */root/.emacs*
7531
 An example Emacs configuration file. This should be saved to */home/myusername/.emacs* and */root/.emacs*
7530
 
7532
 
7531
 #+BEGIN_SRC: bash
7533
 #+BEGIN_SRC: bash