12 lines
323 B
EmacsLisp
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\\'")
|