Skip to content

Commit

Permalink
Removing the use of (elpaca-wait) from my config.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgoku committed May 4, 2024
1 parent 872abe0 commit d739132
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions emacs/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,6 @@ actually counts the lines and puts the value beside the counted line.
:bind (("M-s-<left>" . winner-undo)
("M-s-<right>" . winner-redo)))

(elpaca-wait)

(when (file-exists-p (locate-user-emacs-file "custom.el"))
(load custom-file))
#+end_src
4 changes: 0 additions & 4 deletions emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
;; Enable use-package :ensure support for Elpaca.
(elpaca-use-package-mode))

(elpaca-wait)

(use-package modus-themes
:ensure t
:custom-face
Expand All @@ -67,8 +65,6 @@
(setq undo-fu-session-incompatible-files
'("/COMMIT_EDITMSG\\'" "/git-rebase-todo\\'")))

(elpaca-wait)

(when (file-readable-p (locate-user-emacs-file "config.org"))
(org-babel-load-file (locate-user-emacs-file "config.org")))

Expand Down

0 comments on commit d739132

Please sign in to comment.