change to MELPA mirror of smart-mode-line

This commit is contained in:
Jesús 2019-07-02 18:10:40 -05:00
parent cf08cdf0d5
commit aa77769f08
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 6 additions and 2 deletions

View File

@ -25,7 +25,10 @@
;; ================= ;; =================
(setq package-pinned-packages (setq package-pinned-packages
'((neotree . "MELPA"))) '((neotree . "MELPA")
(smart-mode-line . "MELPA")
(smart-mode-line-powerline-theme . "MELPA")
(sml-modeline . "MELPA")))
(package-initialize) (package-initialize)

View File

@ -22,10 +22,11 @@
(setq sml/show-remote t) (setq sml/show-remote t)
(sml/setup) (sml/setup)
(add-to-list 'sml/replacer-regexp-list '("^~/Proyectos/git/" ":Git:") t) (add-to-list 'sml/replacer-regexp-list '("^~/Dev/libregit/" ":Git:") t)
(add-to-list 'sml/replacer-regexp-list '("^~/www/" ":www:") t) (add-to-list 'sml/replacer-regexp-list '("^~/www/" ":www:") t)
(sml-modeline-mode t)) (sml-modeline-mode t))
(use-package anzu (use-package anzu
:config :config
(custom-set-variables (custom-set-variables