diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-13 08:41:18 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-13 08:41:18 +0900 |
| commit | d8e06ab783bda536a92993d36f91b0eb27215f39 (patch) | |
| tree | adba9a2b768329d6844e97171870585d82f99b30 | |
| parent | a4ef30ee942f648c35a14ad25592c1101f43a301 (diff) | |
| download | dotfiles-d8e06ab783bda536a92993d36f91b0eb27215f39.tar.gz dotfiles-d8e06ab783bda536a92993d36f91b0eb27215f39.tar.zst dotfiles-d8e06ab783bda536a92993d36f91b0eb27215f39.zip | |
.emacs.d: move .emacs.d to .config/emacs
| -rw-r--r-- | .gitignore | 2 | ||||
| -rwxr-xr-x | setup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ /.vim/* !/.vim/my/ -/.emacs.d +/.config/emacs @@ -6,7 +6,6 @@ if [ ! -f ~/dotfiles/.vim/autoload/plug.vim ]; then fi for name in \ - .emacs.d \ .gitconfig \ .tmux.conf \ .vim \ @@ -28,6 +27,7 @@ fi for name in \ alacritty \ bat \ + emacs \ git \ ; \ do |
