diff --git a/rasa-ext-cursors.cabal b/rasa-ext-cursors.cabal
--- a/rasa-ext-cursors.cabal
+++ b/rasa-ext-cursors.cabal
@@ -1,5 +1,5 @@
 name: rasa-ext-cursors
-version: 0.1.6
+version: 0.1.7
 cabal-version: >=1.10
 build-type: Simple
 license: GPL-3
@@ -24,7 +24,7 @@
         Rasa.Ext.Cursors.Internal.Base
     build-depends:
         base >=4.8 && <5,
-        rasa >=0.1.10 && <0.2,
+        rasa >=0.1.11 && <0.2,
         text-lens >=0.1.1 && <0.2,
         lens ==4.14.*,
         mtl >=2.2.1 && <2.3,
diff --git a/src/Rasa/Ext/Cursors.hs b/src/Rasa/Ext/Cursors.hs
--- a/src/Rasa/Ext/Cursors.hs
+++ b/src/Rasa/Ext/Cursors.hs
@@ -26,6 +26,6 @@
 import Rasa.Ext.Cursors.Internal.Actions
 
 -- | Registers listeners for the extension. The user should add this to their config.
-cursors :: Action ()
-cursors = onInit . onBufAdded $
+cursors :: App ()
+cursors = onBufAdded_ $
   \(BufAdded bufRef) -> bufDo_ bufRef setStyleProvider
