aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs3
-rw-r--r--.emacs.local.d/modes/auto-complete.el13
2 files changed, 1 insertions, 15 deletions
diff --git a/.emacs b/.emacs
index be4fd90..3998592 100644
--- a/.emacs
+++ b/.emacs
@@ -9,13 +9,12 @@
(load-file "~/.emacs.local.d/general.el")
;; Modes
-;;(load-file "~/.emacs.local.d/modes/auto-complete.el")
;;(load-file "~/.emacs.local.d/modes/ecb.el")
;;(load-file "~/.emacs.local.d/modes/linum.el")
;;(load-file "~/.emacs.local.d/modes/notmuch.el")
-(load-file "~/.emacs.local.d/modes/anzu.el")
+;;(load-file "~/.emacs.local.d/modes/anzu.el")
(load-file "~/.emacs.local.d/modes/auto-fill.el")
;;(load-file "~/.emacs.local.d/modes/centaur-tabs.el")
(load-file "~/.emacs.local.d/modes/company.el")
diff --git a/.emacs.local.d/modes/auto-complete.el b/.emacs.local.d/modes/auto-complete.el
deleted file mode 100644
index c536b37..0000000
--- a/.emacs.local.d/modes/auto-complete.el
+++ /dev/null
@@ -1,13 +0,0 @@
-;; auto-complete
-(require 'auto-complete)
-(require 'auto-complete-config)
-
-;; Debian packages: auto-complete-el
-
-(add-to-list 'ac-dictionary-directories "/usr/share/auto-complete/dict/")
-
-(ac-config-default)
-(defun auto-complete-mode-maybe ()
- "No maybe for you. Only AC!"
- (unless (minibufferp (current-buffer))
- (auto-complete-mode 1)))
nihil fit ex nihilo