# HG changeset patch # User Augie Fackler # Date 1294944202 21600 # Node ID 31f86a5707ee77e74588884d47d463ea66d2982d # Parent 308c884414bc67bced2678aabfdd8aceea8da0be c++: enable tab completion diff --git a/.elisp/settings/40.modes.el b/.elisp/settings/40.modes.el --- a/.elisp/settings/40.modes.el +++ b/.elisp/settings/40.modes.el @@ -15,6 +15,7 @@ point." ;; add hooks for modes you want to use the tab completion for: (set-variable 'af-cleanup-whitespace t) (add-hook 'c-mode-hook 'af-tab-fix) +(add-hook 'c++-mode-hook 'af-tab-fix) (add-hook 'sh-mode-hook 'af-tab-fix) (add-hook 'emacs-lisp-mode-hook 'af-tab-fix)