summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-flycheck.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-flycheck.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-flycheck.el2
1 files changed, 1 insertions, 1 deletions
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