Write modules + defuns
This commit is contained in:
parent
b998f4ab08
commit
3472a1631f
31 changed files with 1418 additions and 32 deletions
13
modules/module-lb6.el
Normal file
13
modules/module-lb6.el
Normal file
|
@ -0,0 +1,13 @@
|
|||
;;; module-lb6.el
|
||||
|
||||
(define-minor-mode lb6-mode
|
||||
"Launchbar development mode."
|
||||
:init-value nil
|
||||
:lighter "lb6"
|
||||
:keymap (make-sparse-keymap)
|
||||
(add-yas-minor-mode! 'lb6-mode))
|
||||
|
||||
(associate! lb6-mode :match "\\.lb\\(action\\|ext\\)/.*$")
|
||||
|
||||
(provide 'module-lb6)
|
||||
;;; module-lb6.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue