From e2715f76cca5cd5ef797cf39c283addc92e0c1de Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 16 Nov 2015 09:43:17 -0800 Subject: [PATCH] Remove extra files --- .gitignore | 2 +- dotfiles/emacs.d/ac-comphist.dat | 6 ------ dotfiles/emacs.d/helm-adaptive-history | 3 --- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 dotfiles/emacs.d/ac-comphist.dat delete mode 100644 dotfiles/emacs.d/helm-adaptive-history diff --git a/.gitignore b/.gitignore index 37d3884..b36255d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,4 @@ tramp elpa/ projectile-bookmarks.eld *.dat -*.eld \ No newline at end of file +helm-adaptive-history \ No newline at end of file diff --git a/dotfiles/emacs.d/ac-comphist.dat b/dotfiles/emacs.d/ac-comphist.dat deleted file mode 100644 index 389951b..0000000 --- a/dotfiles/emacs.d/ac-comphist.dat +++ /dev/null @@ -1,6 +0,0 @@ -((("kbd" . - [1 0 0]) - ("require" . - [2 0 0 0 0 0 0]) - ("Packages" . - [0 0 0 1 0 0 0 0]))) diff --git a/dotfiles/emacs.d/helm-adaptive-history b/dotfiles/emacs.d/helm-adaptive-history deleted file mode 100644 index 7925f27..0000000 --- a/dotfiles/emacs.d/helm-adaptive-history +++ /dev/null @@ -1,3 +0,0 @@ -;; -*- mode: emacs-lisp -*- -;; History entries used for helm adaptive display. -(setq helm-adaptive-history (quote nil))