diff --git a/.emacs.d/.gitignore b/.emacs.d/.gitignore index a5fde8a..0efbc7c 100644 --- a/.emacs.d/.gitignore +++ b/.emacs.d/.gitignore @@ -10,7 +10,7 @@ places .svn .DS_Store tramp - +ac-comphist.dat ## directories backups/* diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c20c4cc..1c37f58 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1,6 +1,6 @@ ;;; init.el --- Where all the magic begins ;; -;; Part of the Emacs Starter Kit +;; This was cribbed from the Emacs Starter Kit, but is special for doty. ;; ;; This is the first thing to get loaded. ;;