From f2b345306f6d5c15b437b80fab416c63da9b9ced Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Fri, 15 Jun 2018 00:18:28 +0200 Subject: [PATCH] Add beacon section --- config.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.org b/config.org index 53f35dd..7c786a2 100644 --- a/config.org +++ b/config.org @@ -845,6 +845,19 @@ Emacsclient will then use this emacs as its server. (server-start) #+END_SRC +* Beacon + +https://github.com/Malabarba/beacon + +#+BEGIN_SRC emacs-lisp +(use-package beacon + :ensure t + :config + (beacon-mode 1) + (setq beacon-color "#FFFFCC") ;; yelowish +) +#+END_SRC + * Old stuff, maybe usefull for lookup later ** Diff mode stuff