From 8d07229eeacc4c789be68d03e18fc704dc26038b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 22 Mar 2022 06:41:03 -0700 Subject: vars: make flymake happy --- emacs/custom/fcuny-vars.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-vars.el b/emacs/custom/fcuny-vars.el index 3f025fc..632e4c5 100644 --- a/emacs/custom/fcuny-vars.el +++ b/emacs/custom/fcuny-vars.el @@ -1,3 +1,7 @@ +;;; fcuny-vars.el --- Set a number of variables +;;; Commentary: +;;; Code: + (defvar fcuny/path-emacs-var (expand-file-name "var" user-emacs-directory) "Path to some files for Emacs.") @@ -5,7 +9,7 @@ "Path to some files for Emacs.") (defvar fcuny/custom-settings (expand-file-name "emacs-custom.el" fcuny/path-emacs-var) - "Path to emacs custom variables.") + "Path to Emacs custom variables.") (defvar fcuny/path-emacs-elpa (expand-file-name "elpa" fcuny/path-emacs-var) "Path to elpa's local files.") @@ -19,3 +23,4 @@ (expand-file-name "~/documents/notes/"))) (provide 'fcuny-vars) +;;; fcuny-vars.el ends here -- cgit 1.4.1