Skip to content

Commit

Permalink
Fix vim-powerline :location value. Since it's being vendored within
Browse files Browse the repository at this point in the history
`spacemacs-modeline/local/vim-powerline`, simply setting it to `local` suffices.
  • Loading branch information
caiquefigueiredo committed Jul 21, 2022
1 parent c49e80d commit baf1256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-modeline/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
spaceline
spaceline-all-the-icons
symon
(vim-powerline :location (recipe :fetcher local))))
(vim-powerline :location local)))

(defun spacemacs-modeline/post-init-anzu ()
(when (eq 'all-the-icons (spacemacs/get-mode-line-theme-name))
Expand Down

0 comments on commit baf1256

Please sign in to comment.