summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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