Skip to content

Commit

Permalink
Combine sclang-mode into the main sclang file
Browse files Browse the repository at this point in the history
Because the only autoloaded function is sclang-mode, the sclang file was
not being evaluated. This made it impossible to use-package properly in
order to configure the package. Combining the files makes the most sense
as sclang.el wasn't doing much anyways.
  • Loading branch information
jxa committed Aug 10, 2021
1 parent bc06627 commit c414b9c
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 723 deletions.
1 change: 0 additions & 1 deletion el/sclang-help.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
(require 'sclang-util)
(require 'sclang-interp)
(require 'sclang-language)
(require 'sclang-mode)
(require 'sclang-vars nil 'ignore-missing-file)
(require 'sclang-minor-mode)

Expand Down
1 change: 0 additions & 1 deletion el/sclang-minor-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

(require 'sclang-util)
(require 'sclang-mode)

(easy-mmode-define-minor-mode sclang-minor-mode
"Toggle sclang-minor-mode.
Expand Down
Loading

0 comments on commit c414b9c

Please sign in to comment.