fix(nix-util): Correctly enable lexical scope in this library
This commit is contained in:
parent
c2f97577f7
commit
166aff23bc
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;; nix-util.el --- Utilities for dealing with Nix code. -*- lexical-binding: true; -*-
|
;;; nix-util.el --- Utilities for dealing with Nix code. -*- lexical-binding: t; -*-
|
||||||
;;
|
;;
|
||||||
;; Copyright (C) 2019 Google Inc.
|
;; Copyright (C) 2019 Google Inc.
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -168,6 +168,7 @@
|
||||||
:hook ((nix-mode . (lambda ()
|
:hook ((nix-mode . (lambda ()
|
||||||
(setq indent-line-function #'nix-indent-line)))))
|
(setq indent-line-function #'nix-indent-line)))))
|
||||||
|
|
||||||
|
(use-package nix-util)
|
||||||
(use-package nginx-mode)
|
(use-package nginx-mode)
|
||||||
(use-package rust-mode)
|
(use-package rust-mode)
|
||||||
(use-package terraform-mode)
|
(use-package terraform-mode)
|
||||||
|
|
Loading…
Add table
Reference in a new issue