From 0b10d3aa4b503a5d20d0e216d3429c33e78ec190 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Thu, 2 Jul 2020 22:36:24 +0200 Subject: [PATCH] Beacon mode --- config.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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]]