diff options
author | 2018-04-29 01:51:52 -0400 | |
---|---|---|
committer | 2018-04-29 01:51:52 -0400 | |
commit | b43e02acedf252efd3618b564174efb83c4c6d4c (patch) | |
tree | 30baa869aa87b53a47f68798f2d575cba8bb1894 /spacemacs/.emacs.d/private/aminb/layers.el | |
parent | 2f1dcf9d129a285864f2932b1b6e7cfbdbda7d4c (diff) | |
download | configs-b43e02acedf252efd3618b564174efb83c4c6d4c.tar.gz configs-b43e02acedf252efd3618b564174efb83c4c6d4c.tar.xz configs-b43e02acedf252efd3618b564174efb83c4c6d4c.zip |
[spacemacs,vim] delete vestigial spacemacs and vim configs
I haven't used either of them in a very long time and the configs are
likely quite outdated.
Diffstat (limited to 'spacemacs/.emacs.d/private/aminb/layers.el')
-rw-r--r-- | spacemacs/.emacs.d/private/aminb/layers.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/spacemacs/.emacs.d/private/aminb/layers.el b/spacemacs/.emacs.d/private/aminb/layers.el deleted file mode 100644 index 04bde71..0000000 --- a/spacemacs/.emacs.d/private/aminb/layers.el +++ /dev/null @@ -1,14 +0,0 @@ -;;; layers.el --- aminb layer layers file for Spacemacs. -;; -;; Copyright (c) 2016 Amin Bandali -;; -;; Author: Amin Bandali <amin@aminb.org> -;; URL: https://github.com/aminb/dotfiles -;; -;; This file is not part of GNU Emacs. -;; -;;; License: GPLv3 - -;; Prerequisites - -(configuration-layer/declare-layers '(erc mu4e)) |