From 6663b150f238eac47bf89dc04318a99ca3b1616e Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 12 Mar 2018 01:12:12 -0400 Subject: [PATCH] Make 'flash-hline actually work --- global.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global.org b/global.org index bf7ed68..1171cfb 100644 --- a/global.org +++ b/global.org @@ -453,6 +453,8 @@ ;; (eval-after-load 'tramp '(setenv "SHELL" "/bin/bash")) (defun flash-hline () + "Flash the current line to emph some mistake" + (interactive) (let ((fg (face-foreground 'default)) (bg (face-background 'hl-line))) (set-face-background 'hl-line fg)