summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Eklund <niklas.eklund@posteo.net>2022-05-22 10:13:56 +0200
committerNiklas Eklund <niklas.eklund@posteo.net>2022-05-22 10:13:56 +0200
commit108497e3a99a498492a6983ec7dd40114ce3a2fa (patch)
tree7cb65e17517f6ff1b297c00f0b4d773a6feeb9c9
parentb194f96af4e6298fe086a844115ea23300be7166 (diff)
Move require to proper placeexternals/dtache
-rw-r--r--dtache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtache.el b/dtache.el
index 2bd6b96..e1d4ffe 100644
--- a/dtache.el
+++ b/dtache.el
@@ -33,8 +33,8 @@
;;;; Requirements
+(require 'detached)
(provide 'dtache)
;;; dtache.el ends here
-(require 'detached)