|
|
|
@ -405,7 +405,7 @@ |
|
|
|
** flash-hline |
|
|
|
** flash-hline |
|
|
|
This function is defined to help in training with new keybindings. It |
|
|
|
This function is defined to help in training with new keybindings. It |
|
|
|
acts as a visual bell which flashes the current line. It is (arbitrarily) |
|
|
|
acts as a visual bell which flashes the current line. It is (arbitrarily) |
|
|
|
bound to F15 which is supposed to be triggered by some illegal key hit |
|
|
|
bound to F15 which is supposed to be triggered by some “illegal” key hit |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(defun flash-hline () |
|
|
|
(defun flash-hline () |
|
|
|
"Flash the current line to emph some mistake" |
|
|
|
"Flash the current line to emph some mistake" |
|
|
|
|