Move some stuff
This commit is contained in:
parent
253d185ca3
commit
bcaa83cfd5
57 changed files with 55 additions and 12 deletions
19
user-lisp/langs/icejam-lang-dhall.el
Normal file
19
user-lisp/langs/icejam-lang-dhall.el
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
;;; dhall -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(use-package dhall-mode :ensure t :defer t)
|
||||
|
||||
(eval-when-compile
|
||||
(declare-function icejam-set-eglot-capfs 'icejam-complete-at-point))
|
||||
|
||||
(defun icejam-lang-activate-dhall-mode ()
|
||||
"Reconfigure dhall mode for your own purposes."
|
||||
(eglot-ensure)
|
||||
(icejam-set-eglot-capfs))
|
||||
|
||||
(add-hook 'dhall-mode-hook 'icejam-lang-activate-dhall-mode)
|
||||
(add-hook 'dhall-mode-hook 'display-line-numbers-mode)
|
||||
|
||||
(provide 'icejam-lang-dhall)
|
||||
;;; icejam-lang-dhall.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue