branch: elpa/crux
commit a71669efd33d4fdd1335ed99bb27992de103ccc2
Merge: 1e591c5 5ee7dc9
Author: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>

    Merge pull request #17 from jiegec/master
    
    Require tramp for `tramp-tramp-file-p`.
---
 crux.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crux.el b/crux.el
index 244344a..f7c1ec8 100644
--- a/crux.el
+++ b/crux.el
@@ -36,6 +36,7 @@
 
 (require 'thingatpt)
 (require 'seq)
+(require 'tramp)
 
 (defgroup crux nil
   "crux configuration."

Reply via email to