File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 7070 (add-hook 'post-command-hook #'keycast--update t )
7171 (add-hook 'minibuffer-exit-hook #'keycast--minibuffer-exit t )
7272 (advice-add 'keycast--update :after #'jcs-echobar--keycast-update ))
73- (add-hook 'pre-command-hook #'jcs-echobar--pre-command )
7473 (add-hook 'window-size-change-functions #'jcs-echobar--window-resize )
7574 (jcs-echobar--window-resize) ; call it manually once
7675 (setq jcs-echobar--default-function echo-bar-function)
8382 (remove-hook 'post-command-hook #'keycast--update )
8483 (remove-hook 'minibuffer-exit-hook #'keycast--minibuffer-exit )
8584 (advice-remove 'keycast--update #'jcs-echobar--keycast-update ))
86- (remove-hook 'pre-command-hook #'jcs-echobar--pre-command )
8785 (remove-hook 'window-size-change-functions #'jcs-echobar--window-resize )
8886 (setq echo-bar-function jcs-echobar--default-function)
8987 (echo-bar-mode -1 ))
116114; ; (@* "Core" )
117115; ;
118116
119- (defun jcs-echobar--pre-command ()
120- " Pre command hook."
121- (message nil )) ; Avoid `echo-bar' mess up window config!
122-
123117(defvar jcs-echobar--render nil )
124118
125119(defun jcs-echobar--render-width ()
You can’t perform that action at this time.
0 commit comments