From ff71f0b8e9ca371cf48e33cf797263ae4259495e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Feb 2019 16:23:35 -0800 Subject: [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. --- emacs.d/custom/fcuny-json.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom/fcuny-json.el') 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) -- cgit 1.4.1