branch: externals/pulsar
commit e0ae86378f4724418fda7d0a3024413944b89055
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove recentering at bottom
    
    I can't think of a scenario where I would use this.
---
 pulsar.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pulsar.el b/pulsar.el
index dbec6dad7b..a515982231 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -255,11 +255,6 @@ The symbol is NAME, DOC for the doc string, and ARG is 
passed to
   "Reposition point at the top of the window and pulse line."
   0)
 
-(pulsar-recenter
-  pulsar-recenter-bottom
-  "Reposition point at the bottom of the window and pulse line."
-  -1)
-
 (pulsar-recenter
   pulsar-recenter-middle
   "Reposition point at the center of the window and pulse line."

Reply via email to