Beacon mode

This commit is contained in:
qorg11 2020-07-02 22:36:24 +02:00
parent af63f16159
commit 0b10d3aa4b
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -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