spacemacs/layers/+lang/bibtex/packages.el

26 lines
454 B
EmacsLisp
Raw Normal View History

;;; packages.el --- BibTeX Layer packages file for Spacemacs.
;;
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
;;
;; Author: Joshua Ellis <josh@jpellis.me>
;; URL: https://github.com/JP-Ellis
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;;; Commentary:
;;; Code:
(defconst bibtex-packages
'(
auctex
helm
org
org-ref
markdown-mode
))
;;; packages-config.el ends here