diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fc28d48..f24c270 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -96,6 +96,8 @@ (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"))) (use-package avy :quelpa