diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-22 18:59:33 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-22 19:01:50 -0700 |
commit | 5c32f89b3725486dc7f2292f7844c855ce9f8945 (patch) | |
tree | 1b4db2fd6825e44802381da4d82b3d0b69d4af11 /.emacs | |
parent | 42393e3a836e4c16307fa0ee0f5c6571a1d48a29 (diff) |
emacs: clean auto-complete
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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") |