summaryrefslogtreecommitdiffhomepage
path: root/lib/skels/dot.emacs.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-13 00:03:47 +0000
committerjao <jao@gnu.org>2022-03-13 00:03:47 +0000
commit24a5d48fd1246ec4dbdec1050696b9bac49be049 (patch)
tree9cd3f962144f70859012999f740c689625abbbef /lib/skels/dot.emacs.el
parent5d0e66fb6bb48609146d6954ab504ebf6ed88613 (diff)
downloadelibs-24a5d48fd1246ec4dbdec1050696b9bac49be049.tar.gz
elibs-24a5d48fd1246ec4dbdec1050696b9bac49be049.tar.bz2
original skeletons out of the closet
Diffstat (limited to 'lib/skels/dot.emacs.el')
-rw-r--r--lib/skels/dot.emacs.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/skels/dot.emacs.el b/lib/skels/dot.emacs.el
new file mode 100644
index 0000000..a82e500
--- /dev/null
+++ b/lib/skels/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")
+