about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/wpc/fs-functions.el
diff options
context:
space:
mode:
Diffstat (limited to 'configs/shared/emacs/.emacs.d/wpc/fs-functions.el')
-rw-r--r--configs/shared/emacs/.emacs.d/wpc/fs-functions.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/shared/emacs/.emacs.d/wpc/fs-functions.el b/configs/shared/emacs/.emacs.d/wpc/fs-functions.el
index 1ceacfaed2c7..9ca970c242c3 100644
--- a/configs/shared/emacs/.emacs.d/wpc/fs-functions.el
+++ b/configs/shared/emacs/.emacs.d/wpc/fs-functions.el
@@ -5,10 +5,6 @@
 ;; Hosts ergonomic functions for working with a filesystem.
 
 ;;; Code:
-
-(require 'dash)
-(require 'f)
-
 (defun ensure-file-path (path)
   "Ensure that a file and its directories in PATH exist.
 Will error for inputs with a trailing slash."