Dotfiles/site-modules/core/files/emacs/src/puppet.el
Ade Attwood 7cf8c3fa53 feat(emacs): add code files to move away from spacemacs
This is the start to move away from spacemacs and to a custom emacs
config
2021-03-16 20:12:46 +00:00

12 lines
323 B
EmacsLisp

;;; puppet.el --- AMACS -*- lexical-binding: t; -*-
;;
;; Copyright 2021 Practically.io All rights reserved
;;
;; Use of this source is governed by a BSD-style
;; licence that can be found in the LICENCE file or at
;; https://www.practically.io/copyright/
(use-package puppet-mode
:ensure t
:defer
:mode "\\.pp\\'")