summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-21 22:51:26 -0600
committerCase Duckworth2020-12-21 22:51:26 -0600
commit2992092333538c27749e6c91941c926603a3615f (patch)
treedc4d0118134f8ce9a4d8a00f2a0288e2d4971add /config.org
parentConfigure window stuff (diff)
downloademacs-2992092333538c27749e6c91941c926603a3615f.tar.gz
emacs-2992092333538c27749e6c91941c926603a3615f.zip
Add async
Diffstat (limited to 'config.org')
-rw-r--r--config.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.org b/config.org index 1bbd02e..0bfded6 100644 --- a/config.org +++ b/config.org
@@ -493,6 +493,17 @@ from [[https://github.com/link0ff/emacs-init][link0ff]].
493 493
494* Interactivity 494* Interactivity
495 495
496** Async
497
498#+begin_src emacs-lisp
499 (use-package async)
500
501 (autoload 'dired-async-mode "dired-async.el" nil t)
502 (dired-async-mode +1)
503
504 (async-bytecomp-package-mode +1)
505#+end_src
506
496** Completing-read 507** Completing-read
497 508
498*** Shadow file names 509*** Shadow file names