Add beacon section

This commit is contained in:
laurensmiers 2018-06-15 00:18:28 +02:00
parent 5e37f3e653
commit f2b345306f

View file

@ -845,6 +845,19 @@ Emacsclient will then use this emacs as its server.
(server-start) (server-start)
#+END_SRC #+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 * Old stuff, maybe usefull for lookup later
** Diff mode stuff ** Diff mode stuff