Link to Emacs example
This commit is contained in:
parent
7a462c1f7a
commit
43b6ed5c42
|
@ -380,6 +380,8 @@ Some basic Emacs keys which will be useful to new users are:
|
||||||
| Save | CTRL-x CTRL-s |
|
| Save | CTRL-x CTRL-s |
|
||||||
| Exit | CTRL-x CTRL-c |
|
| Exit | CTRL-x CTRL-c |
|
||||||
|
|
||||||
|
If you need an example Emacs configuration file to get you going then one can be [[Emacs setup][found here]].
|
||||||
|
|
||||||
** Enable backports
|
** Enable backports
|
||||||
|
|
||||||
To enable some newer packages add backports to the repositories.
|
To enable some newer packages add backports to the repositories.
|
||||||
|
@ -7525,7 +7527,7 @@ deb http://packages.cubian.org/ wheezy main non-free
|
||||||
deb http://repo.ajenti.org/debian main main debian
|
deb http://repo.ajenti.org/debian main main debian
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Emacs
|
*** Emacs setup
|
||||||
An example Emacs configuration file. This should be saved to */home/myusername/.emacs* and */root/.emacs*
|
An example Emacs configuration file. This should be saved to */home/myusername/.emacs* and */root/.emacs*
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
|
|
Loading…
Reference in New Issue