Skip to content

Commit

Permalink
Add ~/.emacs.d/elpa to sml/replacer-regexp-list
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Jan 25, 2016
1 parent 7830750 commit 13af52b
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 13af52b

Please sign in to comment.