diff --git a/src/plugins/cproject.el b/src/plugins/cproject.el index 0c0af8c..84c7dd2 100644 --- a/src/plugins/cproject.el +++ b/src/plugins/cproject.el @@ -201,4 +201,5 @@ This mode provide C language plugin for Kuso IDE." (log "C Plugin turned off") ) ) - ) \ No newline at end of file + ) +(provide 'kuso-cplugin-mode) \ No newline at end of file diff --git a/src/plugins/django-mode.el b/src/plugins/django-mode.el index 8f9e14a..ed19b47 100644 --- a/src/plugins/django-mode.el +++ b/src/plugins/django-mode.el @@ -214,3 +214,4 @@ GNUEmacs." ) ) ) +(provide 'django-mode) \ No newline at end of file diff --git a/src/plugins/dpaste.el b/src/plugins/dpaste.el index a0ed7a1..20bcdcc 100644 --- a/src/plugins/dpaste.el +++ b/src/plugins/dpaste.el @@ -211,3 +211,4 @@ the current buffer." ) ) ) +(provide 'kuso-dpaste-mode) \ No newline at end of file