Expand sml/replacer-regexp-list

* Add “~/Projektek/” that I use on my home machine
* Add my blog‘s directory
This commit is contained in:
Gergely Polonkai 2016-11-10 11:48:31 +01:00
parent d76643ae93
commit 7b059751b5
1 changed files with 6 additions and 0 deletions

View File

@ -244,10 +244,16 @@
(add-to-list 'sml/replacer-regexp-list
'("^~/Projects/" ":Proj:")
t)
(add-to-list 'sml/replacer-regexp-list
'("^~/Projektek/" ":Proj:")
t)
(add-to-list 'sml/replacer-regexp-list
(list (concat "^" (regexp-quote user-documents-directory))
":Doc:")
t)
(add-to-list 'sml/replacer-regexp-list
'("^:Proj:jekyll/gergelypolonkai.github.io/" ":Blog:")
t)
(sml/setup))
(use-package company