diff options
author | Eduardo Julian | 2022-06-15 23:13:48 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-15 23:13:48 -0400 |
commit | f92c806ee8da63f04bbefbf558f6249bacdb47ea (patch) | |
tree | f0ff0c93cfcf68bded11c9676b65232f30032628 /lux-mode | |
parent | 24986506e8beb5074f6aca048506389e90e196bd (diff) |
Better syntax for the "sharing" and "by_example" macros.
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index f7cfc342c..bd14c16a2 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -596,6 +596,9 @@ This function also returns nil meaning don't specify the indentation." ("comment" 'defun) ("documentation" 'defun) + + ("sharing" 'defun) + ("by_example" 'defun) (let 'defun) (case 'defun) |