On jessie we can use emacs 24
This commit is contained in:
parent
3e68454e1c
commit
574741d901
|
@ -370,8 +370,8 @@ For an editor which is less erratic than vi when used within a remote console su
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install emacs
|
apt-get install emacs24
|
||||||
update-alternatives --set editor /usr/bin/emacs23
|
update-alternatives --set editor /usr/bin/emacs24
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Some basic Emacs keys which will be useful to new users are:
|
Some basic Emacs keys which will be useful to new users are:
|
||||||
|
|
Loading…
Reference in New Issue