diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-01-15 10:34:03 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-01-15 10:34:03 +0100 |
| commit | c8e99c64d6491afe74c74a1eeb3a55159d5b0689 (patch) | |
| tree | d6de2e2ec53d55c8bb31dbab7a107ca8c2ed0cb6 | |
| parent | df30086c226e1623d3de5121a1641260023decdf (diff) | |
| download | dotfiles-c8e99c64d6491afe74c74a1eeb3a55159d5b0689.tar.gz dotfiles-c8e99c64d6491afe74c74a1eeb3a55159d5b0689.zip | |
install: create emacs directory
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ vim +PluginInstall +qall # GNU Emacs rm -rf $HOME/.emacs.d +mkdir -p $HOME/.emacs.d cp emacs/custom.el $HOME/.emacs.d/custom.el cp emacs/init.el $HOME/.emacs.d/init.el ln -s emacs/init.org $HOME/.emacs.d/init.org |
