Skip to content

Commit

Permalink
Fix loading init-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Dec 6, 2024
1 parent 876799a commit 06f7184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ after it's been byte compiled."
(update-progress-bar)

;; Prog mode
(exordium-require 'init-prog-mode )
(exordium-require 'init-prog-mode)

;; Shell mode
(exordium-require 'init-prog-mode)
(exordium-require 'init-shell)

;; Major modes
(exordium-require 'init-markdown)
Expand Down

0 comments on commit 06f7184

Please sign in to comment.