spacemacs/layers/+tools/nginx/packages.el

16 lines
386 B
EmacsLisp
Raw Normal View History

2016-02-04 19:42:23 +00:00
;;; packages.el --- nginx layer packages file for Spacemacs.
;;
2018-01-04 07:00:25 +00:00
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
2016-02-04 19:42:23 +00:00
;;
;; Author: Nathaniel Waisbrot <code@waisbrot.net>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defconst nginx-packages '(nginx-mode))
2016-02-04 19:42:23 +00:00
(defun nginx/init-nginx-mode ()
(use-package nginx-mode))