Commit c3917505a784

Vincent Demeester <vincent@sbr.pm>
2015-05-25 22:41:12
Few fixes (to make dired-async work o/)
1 parent e4de792
Changed files (2)
.emacs.d
bin
.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 $@