change to MELPA mirror of smart-mode-line
This commit is contained in:
parent
cf08cdf0d5
commit
aa77769f08
@ -25,7 +25,10 @@
|
||||
;; =================
|
||||
|
||||
(setq package-pinned-packages
|
||||
'((neotree . "MELPA")))
|
||||
'((neotree . "MELPA")
|
||||
(smart-mode-line . "MELPA")
|
||||
(smart-mode-line-powerline-theme . "MELPA")
|
||||
(sml-modeline . "MELPA")))
|
||||
|
||||
(package-initialize)
|
||||
|
||||
|
@ -22,10 +22,11 @@
|
||||
(setq sml/show-remote t)
|
||||
|
||||
(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)
|
||||
|
||||
(sml-modeline-mode t))
|
||||
|
||||
(use-package anzu
|
||||
:config
|
||||
(custom-set-variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user