diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-02 18:10:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-02 18:10:40 -0500 |
commit | aa77769f083e9e79278ef3cfb841652f3676a03e (patch) | |
tree | f21e46d48a0a9bbf58d70ddece5b52dd51816e94 /modules/init-modeline.el | |
parent | cf08cdf0d5ea7512a09869691ae5ed05b67f0a80 (diff) | |
download | emacs-personal-aa77769f083e9e79278ef3cfb841652f3676a03e.tar.lz emacs-personal-aa77769f083e9e79278ef3cfb841652f3676a03e.tar.xz emacs-personal-aa77769f083e9e79278ef3cfb841652f3676a03e.zip |
change to MELPA mirror of smart-mode-line
Diffstat (limited to 'modules/init-modeline.el')
-rw-r--r-- | modules/init-modeline.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/init-modeline.el b/modules/init-modeline.el index 738b54e..50fa943 100644 --- a/modules/init-modeline.el +++ b/modules/init-modeline.el @@ -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 |