diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-25 16:02:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-25 16:02:27 +0200 |
commit | 92765544ab8ef4e23e7ce5183e073f567ae7f36f (patch) | |
tree | 71b289a69aa5d83e64587697186102c2e7f43565 /emacs/Makefile | |
parent | Use asroot instead of sudo and add emacs configs (diff) | |
download | dotfiles-92765544ab8ef4e23e7ce5183e073f567ae7f36f.tar.gz dotfiles-92765544ab8ef4e23e7ce5183e073f567ae7f36f.tar.bz2 dotfiles-92765544ab8ef4e23e7ce5183e073f567ae7f36f.tar.xz |
m + add claws-mail and xmonad + add ~/.hidden
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'emacs/Makefile')
-rw-r--r-- | emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/Makefile b/emacs/Makefile index 3a5a47d..3f8425e 100644 --- a/emacs/Makefile +++ b/emacs/Makefile @@ -11,11 +11,11 @@ install: ln -sf -- .config/emacs ~/.emacs.d printf '; %s\n\n' 'This file is generated by ~/.dotfiles/emacs/Makefile' > ~/.config/emacs/init.el cat -- init.el >> ~/.config/emacs/init.el - if pacman -Qq emacs-go-mode </dev/null >/dev/null 2>/dev/null; then\ + if pacman -Qq -- emacs-go-mode </dev/null >/dev/null 2>/dev/null; then\ printf '\n' >> ~/.config/emacs/init.el && \ cat -- init-go-mode.el >> ~/.config/emacs/init.el; \ fi - if pacman -Qq emacs-haskell-mode </dev/null >/dev/null 2>/dev/null; then\ + if pacman -Qq -- emacs-haskell-mode </dev/null >/dev/null 2>/dev/null; then\ printf '\n' >> ~/.config/emacs/init.el && \ cat -- init-haskell-mode.el >> ~/.config/emacs/init.el; \ fi |