summaryrefslogtreecommitdiffstats
path: root/Emacs.org
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2022-08-21 02:55:41 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2022-08-21 02:55:41 +0200
commit5e826966c05c50f1a0366bcfdaf5eee4be8f9aa6 (patch)
tree20cf97fb90f664b54d058d76d30670516087ee67 /Emacs.org
parent73bac82db3901e33f00e1cb02662dd0d56184eb7 (diff)
downloaddotfiles-5e826966c05c50f1a0366bcfdaf5eee4be8f9aa6.tar.gz
dotfiles-5e826966c05c50f1a0366bcfdaf5eee4be8f9aa6.zip
Emacs: Add beacon-mode
Diffstat (limited to 'Emacs.org')
-rw-r--r--Emacs.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/Emacs.org b/Emacs.org
index 218229e..8e4330e 100644
--- a/Emacs.org
+++ b/Emacs.org
@@ -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