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.
This commit is contained in:
William Carroll 2019-03-11 23:04:57 +00:00
parent a5512fd706
commit 44e46bbce2
6 changed files with 5 additions and 24 deletions

View file

@ -6,9 +6,6 @@
;;; Code:
(require 'dash)
(require 's)
;; Strings
(defun string/hookify (x)
"Append \"-hook\" to X."