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-flycheck.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom/fcuny-flycheck.el') diff --git a/emacs.d/custom/fcuny-flycheck.el b/emacs.d/custom/fcuny-flycheck.el index 4c76d09..edc6f85 100644 --- a/emacs.d/custom/fcuny-flycheck.el +++ b/emacs.d/custom/fcuny-flycheck.el @@ -1,4 +1,4 @@ -(require 'fcuny-common) +(require 'fcuny-defuns) (use-package flycheck :ensure t -- cgit 1.4.1