From b030deb9bc34f52abead32da970af75ebdce8f78 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 24 Jan 2019 17:04:00 +0100 Subject: Use emacsclient as the default editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've created a special emacsclient-a-nw executable script which should suffice for places like the gitconfig or bashrc. The good thing about having emacsclient as the default editor, is that then you gain Magit, for example, when writing `git commit`. Signed-off-by: Miquel Sabaté Solà --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 637760d..032612b 100755 --- a/install.sh +++ b/install.sh @@ -34,6 +34,7 @@ chmod +x $HOME/.rake_completion # Some random scripts cp -r bin $HOME/bin rm -rf $HOME/bin/test +chmod +x $HOME/bin/* # i3 and X stuff. An incomplete list of openSUSE packages that I need in order # to have a good i3 environment is: i3 xlockmore dunst i3status nitrogen scrot -- cgit v1.2.3