diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-03-14 17:31:37 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-03-14 17:31:37 +0100 |
commit | fbd60494817a1bf5dad4d41df4f519eeeb276280 (patch) | |
tree | 5e1cd78179ccbddfae5afe01717304389a9730d3 | |
parent | a80601861d57311cd548dfaadd133c11b98a9ad5 (diff) |
Use Emacs as the default editor
-rw-r--r-- | fripost-docs.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 602c817..7f2cb22 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -67,6 +67,12 @@ Used to keep track of /etc. Install ASAP after install! # not needed on squeeze: cd /etc && sudo etckeeper init && sudo etckeeper commit "first commit" +** Use GNU Emacs as the default editor + +# NOTE: Emacs is the default. If you prefer something else, use the EDITOR +# environment variable. +sudo update-alternatives --config editor + ** Uninstall a bunch of unnecessary packages sudo aptitude remove --purge debian-faq dictionaries-common doc-debian \ |