Update sml/replacer-regexp-list

also move to setq instead of updating existing list
This commit is contained in:
Adam Goldsmith 2017-04-21 14:44:42 -04:00
parent 83c6ce3f2f
commit 9ff3263104
1 changed files with 8 additions and 6 deletions

View File

@ -175,12 +175,14 @@
(setq sml/no-confirm-load-theme t)
(sml/setup)
(sml/apply-theme 'respectful)
(add-to-list 'sml/replacer-regexp-list '("^~/Programs/" ":Prog:") t)
(add-to-list 'sml/replacer-regexp-list '("^:Doc:Google Drive/" ":GDrive:") t)
(add-to-list 'sml/replacer-regexp-list '("^:Doc:WPI/" ":WPI:") t)
(add-to-list 'sml/replacer-regexp-list '("^/sshx:ccc:" ":ccc:") t)
(add-to-list 'sml/replacer-regexp-list '("^:ccc:/home/asgoldsmith" ":ccc:~") t)
(setq rm-blacklist '(" company" " Undo-Tree" " ivy")))
(setq sml/replacer-regexp-list '(("^~/\\.dotfiles/" ":dots:")
("^:dots:emacs/\\.emacs\\.d/" ":ED:")
("^~/Documents/" ":Doc:")
("^~/Programs/" ":Prog:")
("^:Doc:WPI/" ":WPI:")
("^/sshx:ccc:" ">ccc:")
("^>ccc:/home/asgoldsmith" ":>ccc:~"))
rm-blacklist '(" company" " Undo-Tree" " ivy")))
(use-package avy :ensure
:config