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:
parent
a5512fd706
commit
44e46bbce2
6 changed files with 5 additions and 24 deletions
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'dash)
|
||||
(require 's)
|
||||
|
||||
;; Strings
|
||||
(defun string/hookify (x)
|
||||
"Append \"-hook\" to X."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue