diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-defuns.el (renamed from emacs/custom/fcuny-defuns.el) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-defuns.el b/emacs/custom/my-defuns.el index 0c358ce..dc035c4 100644 --- a/emacs/custom/fcuny-defuns.el +++ b/emacs/custom/my-defuns.el @@ -37,4 +37,4 @@ (concat "[[" url "][" title "]]")))) -(provide 'fcuny-defuns) +(provide 'my-defuns) |