diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-02-17 16:23:35 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-02-17 16:23:35 -0800 |
commit | ff71f0b8e9ca371cf48e33cf797263ae4259495e (patch) | |
tree | fd2752a011e851ca7d161af3408c32aec206eb0b /emacs.d/custom/fcuny-json.el | |
parent | [Emacs] Ensure we load flycheck and flyspell. (diff) | |
download | emacs.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-json.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-json.el b/emacs.d/custom/fcuny-json.el index 126ed03..9174e5b 100644 --- a/emacs.d/custom/fcuny-json.el +++ b/emacs.d/custom/fcuny-json.el @@ -1,4 +1,4 @@ -(require 'fcuny-common) +(require 'fcuny-defuns) (use-package json-mode :after (flyspell flycheck) |