diff options
author | Eduardo Julian | 2018-05-13 01:13:10 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-05-13 01:13:10 -0400 |
commit | f59d42c7a9ad26014c9ff893d53336a0e5d8c7d3 (patch) | |
tree | b45da7933fc0a97087da938ea16727b023d83b32 /lux-mode | |
parent | 38742d7c110f5a28f9ea4aec117cc531ac6c9b5e (diff) |
- Re-named ".../eq" modules to ".../equality".
- Other minor improvements.
Diffstat (limited to '')
-rw-r--r-- | lux-mode/lux-mode.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index a254c1ad2..663f421cb 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -387,14 +387,10 @@ This function also returns nil meaning don't specify the indentation." (All 'defun) (Ex 'defun) (Rec 'defun) - (_lux_def 'defun) - (_lux_case 'defun) - (_lux_function 'defun) (synchronized 'defun) (object 'defun) (do-to 'defun) (import 'defun) - (testing 'defun) (comment 'defun) (^template 'defun) ) |