Add dhall config
This commit is contained in:
parent
0942816867
commit
781b4c3095
3 changed files with 45 additions and 26 deletions
17
lang/dhall.el
Normal file
17
lang/dhall.el
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
;;; dhall -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
|
||||
(use-package dhall-mode :straight t :defer t)
|
||||
|
||||
(defun +custom-lang-dhall/activate-dhall-mode ()
|
||||
"Reconfigure dhall mode for your own purposes."
|
||||
(lsp))
|
||||
|
||||
(add-hook 'dhall-mode-hook '+custom-lang-dhall/activate-dhall-mode)
|
||||
(add-hook 'dhall-mode-hook 'display-line-numbers-mode)
|
||||
|
||||
(provide '+custom-lang-dhall)
|
||||
;;; dhall.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue