diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-08-21 02:55:41 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-08-21 02:55:41 +0200 |
commit | 5e826966c05c50f1a0366bcfdaf5eee4be8f9aa6 (patch) | |
tree | 20cf97fb90f664b54d058d76d30670516087ee67 | |
parent | 73bac82db3901e33f00e1cb02662dd0d56184eb7 (diff) | |
download | dotfiles-5e826966c05c50f1a0366bcfdaf5eee4be8f9aa6.tar.gz dotfiles-5e826966c05c50f1a0366bcfdaf5eee4be8f9aa6.zip |
Emacs: Add beacon-mode
-rw-r--r-- | Emacs.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -289,6 +289,16 @@ | |||
289 | 289 | ||
290 | #+end_src | 290 | #+end_src |
291 | 291 | ||
292 | ** Beacon | ||
293 | |||
294 | #+begin_src emacs-lisp | ||
295 | |||
296 | (use-package beacon | ||
297 | :config | ||
298 | (beacon-mode 1)) | ||
299 | |||
300 | #+end_src | ||
301 | |||
292 | ** Other Keybindings | 302 | ** Other Keybindings |
293 | *** Files | 303 | *** Files |
294 | 304 | ||