summaryrefslogtreecommitdiffstats
path: root/early-init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-10-05 23:18:01 -0400
committerAmin Bandali <bandali@gnu.org>2020-10-05 23:18:01 -0400
commit927b50b7aec2da105bd5125dec272a89e38663c3 (patch)
treebc87e015f9de1e58b8f490c755ff272b8968e958 /early-init.el
parent514148d8bef4b14c8754197197c32b212dfb79c2 (diff)
downloadconfigs-927b50b7aec2da105bd5125dec272a89e38663c3.tar.gz
configs-927b50b7aec2da105bd5125dec272a89e38663c3.tar.xz
configs-927b50b7aec2da105bd5125dec272a89e38663c3.zip
Fold lisp/bandali-utils.el back into init.el
Diffstat (limited to '')
-rw-r--r--early-init.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/early-init.el b/early-init.el
index bb6d45c..99646b0 100644
--- a/early-init.el
+++ b/early-init.el
@@ -2,12 +2,3 @@
;; https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=24acb31c04b4048b85311d794e600ecd7ce60d3b
(setq package-enable-at-startup nil)
(setq load-prefer-newer t)
-(defmacro comment (&rest _)
- "Comment out one or more s-expressions."
- (declare (indent defun))
- nil)
-(add-to-list
- 'load-path
- (expand-file-name
- (convert-standard-filename "lisp") user-emacs-directory))
-(require 'bandali-utils)