From 4ea6d09e85f12ccf7073d85751e3f2be5bf74471 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 1 Apr 2014 12:28:51 -0700 Subject: [PATCH] Some small tweaks --- .emacs.d/.gitignore | 2 +- .emacs.d/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. ;;