diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-24 17:04:00 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-24 17:04:00 +0100 |
| commit | b030deb9bc34f52abead32da970af75ebdce8f78 (patch) | |
| tree | fce383010fb0da90a8386536bbdef96d245b6a48 /install.sh | |
| parent | 5af5137777e42fa418175f10c262d50421b36dd8 (diff) | |
| download | dotfiles-b030deb9bc34f52abead32da970af75ebdce8f78.tar.gz dotfiles-b030deb9bc34f52abead32da970af75ebdce8f78.zip | |
Use emacsclient as the default editor
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à <msabate@suse.com>
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
