Expand sml/replacer-regexp-list
* Add “~/Projektek/” that I use on my home machine * Add my blog‘s directory
This commit is contained in:
parent
d76643ae93
commit
7b059751b5
6
init.el
6
init.el
@ -244,10 +244,16 @@
|
|||||||
(add-to-list 'sml/replacer-regexp-list
|
(add-to-list 'sml/replacer-regexp-list
|
||||||
'("^~/Projects/" ":Proj:")
|
'("^~/Projects/" ":Proj:")
|
||||||
t)
|
t)
|
||||||
|
(add-to-list 'sml/replacer-regexp-list
|
||||||
|
'("^~/Projektek/" ":Proj:")
|
||||||
|
t)
|
||||||
(add-to-list 'sml/replacer-regexp-list
|
(add-to-list 'sml/replacer-regexp-list
|
||||||
(list (concat "^" (regexp-quote user-documents-directory))
|
(list (concat "^" (regexp-quote user-documents-directory))
|
||||||
":Doc:")
|
":Doc:")
|
||||||
t)
|
t)
|
||||||
|
(add-to-list 'sml/replacer-regexp-list
|
||||||
|
'("^:Proj:jekyll/gergelypolonkai.github.io/" ":Blog:")
|
||||||
|
t)
|
||||||
(sml/setup))
|
(sml/setup))
|
||||||
|
|
||||||
(use-package company
|
(use-package company
|
||||||
|
Loading…
Reference in New Issue
Block a user