diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:18:34 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:18:34 +0100 |
commit | 60bcb32f3a6590c6b18b703850688722dbe1bdff (patch) | |
tree | 6ef0a43faee7111ef7fecb6c41b2401eb87f38b9 /spacemacs | |
parent | aa1f605a61969a7b41d9bb4c55d19e8fb8ca7638 (diff) | |
download | dotfiles-60bcb32f3a6590c6b18b703850688722dbe1bdff.tar.gz dotfiles-60bcb32f3a6590c6b18b703850688722dbe1bdff.tar.bz2 dotfiles-60bcb32f3a6590c6b18b703850688722dbe1bdff.zip |
Removed elcord formatting
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -73,9 +73,10 @@ values." ;; packages, then consider creating a layer. You can also put the ;; configuration in `dotspacemacs/user-config'. dotspacemacs-additional-packages - '(yasnippet-snippets (elcord :location (recipe :fetcher github - :repo "Mstrodl/elcord")) - wakatime-mode) + '( + yasnippet-snippets + wakatime-mode + ) ;; A list of packages that cannot be updated. dotspacemacs-frozen-packages '() |