Use terminal emacsclient as EDITOR.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 10 Dec 2015 12:32:01 +0200
changeset 776 6b37ae369769
parent 775 9719c267a562
child 777 95f2a0c33d3b
Use terminal emacsclient as EDITOR.
.env
.hgrc
--- a/.env	Tue Dec 08 20:56:33 2015 +0200
+++ b/.env	Thu Dec 10 12:32:01 2015 +0200
@@ -7,7 +7,7 @@
 export DEBEMAIL='gavenkoa@gmail.com'
 
 # XXX for mc, cvs, svn, ...
-export EDITOR=vim
+export EDITOR=et
 
 # XXX vim and gnome-terminal have support for 256 colours in fedora 8 at least
 # Note debian/ubuntu users should install the ncurses-term package to support this
--- a/.hgrc	Tue Dec 08 20:56:33 2015 +0200
+++ b/.hgrc	Thu Dec 10 12:32:01 2015 +0200
@@ -5,7 +5,7 @@
 username = Oleksandr Gavenko <gavenkoa@gmail.com>
 ; Use internal merge engine. When merge fail you see <<<<<< ====== >>>>>> and a .orig file.
 merge = internal:merge
-editor = emacs -q
+; editor = emacs -q
 ignore = ~/.hgignore
 
 style = ~/.hgstyle