summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-defuns.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-02-17 16:23:35 -0800
committerFranck Cuny <fcuny@twitter.com>2019-02-17 16:23:35 -0800
commitff71f0b8e9ca371cf48e33cf797263ae4259495e (patch)
treefd2752a011e851ca7d161af3408c32aec206eb0b /emacs.d/custom/fcuny-defuns.el
parent[Emacs] Ensure we load flycheck and flyspell. (diff)
downloademacs.d-ff71f0b8e9ca371cf48e33cf797263ae4259495e.tar.gz
[Emacs] Rename `common.el` to `defuns.el`.
The name `defuns` make more sense since it's a collection of
functions.

All the custom variables are using the prefix 'fcuny/' consistently.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-defuns.el (renamed from emacs.d/custom/fcuny-common.el)2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-common.el b/emacs.d/custom/fcuny-defuns.el
index 079c042..872f622 100644
--- a/emacs.d/custom/fcuny-common.el
+++ b/emacs.d/custom/fcuny-defuns.el
@@ -39,4 +39,4 @@
        (buffer-file-name)
        (string-match "src/source/.*\.py$" (buffer-file-name))))
 
-(provide 'fcuny-common)
+(provide 'fcuny-defuns)