5a061b3813
Start to isolate the list of packages. Also we want to define packages function at the top level of an elisp file in order to not prevent emacs from knowing where the functions are defined. This commit has a POC made with elfeed and elixir layers.
18 lines
398 B
EmacsLisp
18 lines
398 B
EmacsLisp
;;; packages.el --- elfeed Layer packages File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(setq elfeed-packages
|
|
'(elfeed
|
|
elfeed-goodies
|
|
elfeed-org
|
|
elfeed-web
|
|
))
|
|
|