applescript-mode: Enable nlinum-mode + add quickrun command
This commit is contained in:
parent
98af05c49a
commit
83fe910469
1 changed files with 9 additions and 1 deletions
|
@ -46,7 +46,15 @@
|
|||
|
||||
(use-package applescript-mode
|
||||
:mode "\\.applescript$"
|
||||
:config (def-docset! applescript-mode "applescript"))
|
||||
:init (add-hook 'applescript-mode-hook 'nlinum-mode)
|
||||
:config
|
||||
(def-docset! applescript-mode "applescript")
|
||||
(after! quickrundb
|
||||
(quickrun-add-command
|
||||
"applescript" `((:command . ,as-osascript-command)
|
||||
(:cmdopt . "-ss %s")
|
||||
(:description . "Run applescript"))
|
||||
:mode 'applescript-mode)))
|
||||
|
||||
(def-project-type! lb6 "lb6"
|
||||
:match "\\.lb\\(action\\|ext\\)/.+$"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue