diff --git a/app/components/SimpleEditor/config.js b/app/components/SimpleEditor/config.js
index 4d28b81104a639a12d196addf278ec761ff1ea82..9e10c5c5ac324e5f574f335b266389c0ade53a5a 100644
--- a/app/components/SimpleEditor/config.js
+++ b/app/components/SimpleEditor/config.js
@@ -1,7 +1,7 @@
 import {
   BasePackage,
   // BlockquotePackage,
-  CodePackage,
+  // CodePackage,
   EmphasisPackage,
   HeadingPackage,
   LinkPackage,
@@ -44,7 +44,7 @@ const config = {
     // config.import(StrongPackage)
     config.import(SubscriptPackage)
     config.import(SuperscriptPackage)
-    config.import(CodePackage)
+    // config.import(CodePackage)
     config.import(PersistencePackage)
 
     // config.import(CodeblockPackage)