diff options
author | KJ Ørbekk <orbekk@google.com> | 2016-01-06 09:44:10 -0500 |
---|---|---|
committer | KJ Ørbekk <orbekk@google.com> | 2016-02-09 16:51:53 -0500 |
commit | 0f3e4b1622ec975c1ec2726e59ae0cf1c9d22ea0 (patch) | |
tree | 46d892b563afeba9bd19747d2af60fee2c0639c0 /spacemacs | |
parent | dac40ab5f75b0c79d84316a930307991654ff76c (diff) |
Remove nyan cat from emacs.
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ values." ;; wrapped in a layer. If you need some configuration for these ;; packages then consider to create a layer, you can also put the ;; configuration in `dotspacemacs/config'. - dotspacemacs-additional-packages '(nyan-mode) + dotspacemacs-additional-packages '() ;; A list of packages and/or extensions that will not be install and loaded. dotspacemacs-excluded-packages '(smartparens) ;; If non-nil spacemacs will delete any orphan packages, i.e. packages that |