spacemacs/layers/+distributions/spacemacs-docker/deps-install/installers/spell-checking/install.el
2018-01-04 02:00:25 -05:00

18 lines
512 B
EmacsLisp
Executable file

#!/usr/bin/emacs --script
;;; install.el --- spell-checking layer dependencies installation script
;;
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
;;
;; Author: Eugene "JAremko" Yaremenko <w3techplayground@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(load (expand-file-name "../../lib/deps-install-helpers.el"
(file-name-directory
load-file-name)) nil t)
(install ispell)