X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/b1fb0f48d5a7d3057f6ddb0473356cc6d07c0ecf..24ac3da8c6d343c6e9b04376394384d5302dcb75:/early-init.el diff --git a/early-init.el b/early-init.el index 512068a..bb6d45c 100644 --- a/early-init.el +++ b/early-init.el @@ -1 +1,13 @@ +;; No package.el (for emacs 27 and later). See +;; 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)