diff options
| author | Niklas Eklund <niklas.eklund@posteo.net> | 2022-05-22 10:13:56 +0200 |
|---|---|---|
| committer | Niklas Eklund <niklas.eklund@posteo.net> | 2022-05-22 10:13:56 +0200 |
| commit | 108497e3a99a498492a6983ec7dd40114ce3a2fa (patch) | |
| tree | 7cb65e17517f6ff1b297c00f0b4d773a6feeb9c9 | |
| parent | b194f96af4e6298fe086a844115ea23300be7166 (diff) | |
Move require to proper placeexternals/dtache
| -rw-r--r-- | dtache.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,8 +33,8 @@ ;;;; Requirements +(require 'detached) (provide 'dtache) ;;; dtache.el ends here -(require 'detached) |
