Add beacon section
This commit is contained in:
parent
5e37f3e653
commit
f2b345306f
1 changed files with 13 additions and 0 deletions
13
config.org
13
config.org
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue