about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/packages/wpc-nix.el
blob: af439c442d635b323ed86c3d08d42472bf591a66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
;;; wpc-nix.el --- Nix support -*- lexical-binding: t -*-
;; Author: William Carroll <wpcarro@gmail.com>

;;; Commentary:
;; Configuration to support working with Nix.

;;; Code:
(use-package nix-mode
  :mode "\\.nix\\'")

(provide 'wpc-nix)
;;; wpc-nix.el ends here