Skip to content

Commit

Permalink
Merge pull request Malabarba#171 from cpitclaudel/170-elpa-replacer
Browse files Browse the repository at this point in the history
Add ~/.emacs.d/elpa to sml/replacer-regexp-list
  • Loading branch information
Malabarba committed Jan 25, 2016
2 parents 7830750 + 13af52b commit 76bc5cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smart-mode-line.el
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ just set this to \"\" to save an extra char of space."

(defcustom sml/replacer-regexp-list
`((,(concat "^" (if (boundp 'org-directory) (regexp-quote org-directory) "~/org/")) ":Org:")
("^~/\\.emacs\\.d/elpa/" ":ELPA:")
("^~/\\.emacs\\.d/" ":ED:")
("^/sudo:.*:" ":SU:")
("^~/Documents/" ":Doc:")
Expand Down

0 comments on commit 76bc5cc

Please sign in to comment.