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)
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user