diff options
author | Eduardo Julian | 2022-12-12 18:55:00 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-12-12 18:55:00 -0400 |
commit | 549cb9623c560fec165b9e88f112a406614f598e (patch) | |
tree | d085b6dddf0a7ff5078c19e0f13b48d82bee55d0 /lux-mode | |
parent | fe9a58dfcd5732ef0c5e5c4b7e85370cdc0db45a (diff) |
Added accumulation/distribution oscillator.
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 8a9ce79ed..aa2562a5f 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -586,7 +586,6 @@ This function also returns nil meaning don't specify the indentation." ("def" 'defun) ("type" 'defun) ("inlined" 'defun) - ("context" 'defun) ("method" 'defun) ("analysis" 'defun) |