aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2021-04-22 18:59:33 -0700
committerRaul Benencia <rul@kalgan.cc>2021-04-22 19:01:50 -0700
commit5c32f89b3725486dc7f2292f7844c855ce9f8945 (patch)
tree1b4db2fd6825e44802381da4d82b3d0b69d4af11
parent42393e3a836e4c16307fa0ee0f5c6571a1d48a29 (diff)
emacs: clean auto-complete
-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