about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/wpc/fs-functions.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2019-03-11T23·04+0000
committerWilliam Carroll <wpcarro@gmail.com>2019-03-11T23·08+0000
commit44e46bbce2bd94ff6c9379152696619186ae248d (patch)
tree32154c9e80ad33008ecb2011c9b1158d5bd8236d /configs/shared/emacs/.emacs.d/wpc/fs-functions.el
parenta5512fd7063908814376cb6689eb7dac8f284e76 (diff)
Fix Emacs installation
My Emacs installation would fail on new machines because:

* use-package
* evil
* paredit

use-package is needed to install everything else.

evil and paredit were required in functions.el and other places before they were
called like (use-package evil ...). This should improve things but not fix the
entire issue.
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."