diff --git a/config.org b/config.org index beab2ba..188d59a 100644 --- a/config.org +++ b/config.org @@ -433,6 +433,13 @@ Including indent-buffer, which should not be called automatically on save." :init (add-hook 'emacs-lisp-mode 'rainbow-delimiters-mode)) + #+END_SRC +** Beacon mode + 's cool + #+BEGIN_SRC emacs-lisp + (use-package beacon + :ensure t + :init(beacon-mode 1)) #+END_SRC * ido Ido is a replacement for keybindings such as C-x C-f and C-x b. Here @@ -487,4 +494,4 @@ Including indent-buffer, which should not be called automatically on save." * Screenshot -[[./img/screen.png]] + [[./img/screen.png]]