From bf94b3f00b45794aa4ca70b665efde7ca205d8c8 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 13 Mar 2022 00:27:29 +0000 Subject: skels: all files jao-prefixed --- lib/skels/jao-skel-dot.emacs.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/skels/jao-skel-dot.emacs.el (limited to 'lib/skels/jao-skel-dot.emacs.el') diff --git a/lib/skels/jao-skel-dot.emacs.el b/lib/skels/jao-skel-dot.emacs.el new file mode 100644 index 0000000..a82e500 --- /dev/null +++ b/lib/skels/jao-skel-dot.emacs.el @@ -0,0 +1,11 @@ +;; boilerplate skels configuration: + +;;; add skels directory to your load path +(add-to-list 'load-path "~/lib/emacs/skels") +(load "init-skel") + +;;; set configuration variables +(setq jao-company-name "Free Software Foundation, Inc.") +(setq jao-cpp-root-namespace "") +(setq jao-copyright-file ".copyright") + -- cgit v1.2.3