module: add :lang scad
This commit is contained in:
parent
95e3491c3b
commit
b84def030c
3 changed files with 97 additions and 0 deletions
11
modules/lang/scad/config.el
Normal file
11
modules/lang/scad/config.el
Normal file
|
@ -0,0 +1,11 @@
|
|||
;;; lang/scad/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! scad-mode
|
||||
:config
|
||||
(when (modulep! +lsp)
|
||||
(add-hook 'scad-mode-local-vars-hook #'lsp! 'append))
|
||||
(map! (:localleader
|
||||
(:map (scad-mode-map)
|
||||
"e" #'scad-export
|
||||
"o" #'scad-open
|
||||
"p" #'scad-preview))))
|
Loading…
Add table
Add a link
Reference in a new issue