Update sml/replacer-regexp-list
also move to setq instead of updating existing list
This commit is contained in:
parent
83c6ce3f2f
commit
9ff3263104
@ -175,12 +175,14 @@
|
|||||||
(setq sml/no-confirm-load-theme t)
|
(setq sml/no-confirm-load-theme t)
|
||||||
(sml/setup)
|
(sml/setup)
|
||||||
(sml/apply-theme 'respectful)
|
(sml/apply-theme 'respectful)
|
||||||
(add-to-list 'sml/replacer-regexp-list '("^~/Programs/" ":Prog:") t)
|
(setq sml/replacer-regexp-list '(("^~/\\.dotfiles/" ":dots:")
|
||||||
(add-to-list 'sml/replacer-regexp-list '("^:Doc:Google Drive/" ":GDrive:") t)
|
("^:dots:emacs/\\.emacs\\.d/" ":ED:")
|
||||||
(add-to-list 'sml/replacer-regexp-list '("^:Doc:WPI/" ":WPI:") t)
|
("^~/Documents/" ":Doc:")
|
||||||
(add-to-list 'sml/replacer-regexp-list '("^/sshx:ccc:" ":ccc:") t)
|
("^~/Programs/" ":Prog:")
|
||||||
(add-to-list 'sml/replacer-regexp-list '("^:ccc:/home/asgoldsmith" ":ccc:~") t)
|
("^:Doc:WPI/" ":WPI:")
|
||||||
(setq rm-blacklist '(" company" " Undo-Tree" " ivy")))
|
("^/sshx:ccc:" ">ccc:")
|
||||||
|
("^>ccc:/home/asgoldsmith" ":>ccc:~"))
|
||||||
|
rm-blacklist '(" company" " Undo-Tree" " ivy")))
|
||||||
|
|
||||||
(use-package avy :ensure
|
(use-package avy :ensure
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user