Beacon mode
This commit is contained in:
parent
af63f16159
commit
0b10d3aa4b
1 changed files with 8 additions and 1 deletions
|
@ -433,6 +433,13 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
:init
|
:init
|
||||||
(add-hook 'emacs-lisp-mode 'rainbow-delimiters-mode))
|
(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
|
#+END_SRC
|
||||||
* ido
|
* ido
|
||||||
Ido is a replacement for keybindings such as C-x C-f and C-x b. Here
|
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
|
* Screenshot
|
||||||
|
|
||||||
[[./img/screen.png]]
|
[[./img/screen.png]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue