Commit c3917505a784
.emacs.d/emacs.org
@@ -678,7 +678,6 @@
(use-package async
:ensure t)
(use-package dired-async
- :ensure t
:init
(dired-async-mode 1))
#+END_SRC
bin/emacs
@@ -4,7 +4,7 @@
ADDITIONAL_ARGS=""
if test "$#" -eq 0; then
# Add a -c option if n
- ADDITIONAL_ARGS="-c ."
+ ADDITIONAL_ARGS="."
fi
exec emacsclient --alternate-editor /usr/bin/emacs $ADDITIONAL_ARGS $@