1 ;;; packages.el --- irc Layer packages File for Spacemacs
3 ;; Copyright (c) 2012-2014 Sylvain Benner
4 ;; Copyright (c) 2014-2015 Sylvain Benner & Contributors
6 ;; Author: Sylvain Benner <sylvain.benner@gmail.com>
7 ;; URL: https://github.com/syl20bnr/spacemacs
9 ;; This file is not part of GNU Emacs.
13 ;; List of all packages to install and/or initialize. Built-in packages
14 ;; which require an initialization must be listed explicitly in the list.
17 ;; package names go here
20 ;; List of packages to exclude.
21 (setq irc-excluded-packages
'())
23 ;; For each package, define a function irc/init-<package-name>
25 ;; (defun irc/init-my-package ()
26 ;; "Initialize my package"
29 ;; Often the body of an initialize function uses `use-package'
30 ;; For more info on `use-package', see readme:
31 ;; https://github.com/jwiegley/use-package