Rewrote initfiles; bugfixes galore

This commit is contained in:
Henrik Lissner 2014-07-20 09:17:43 -04:00
parent 02863ee529
commit d5f2bb1d23
9 changed files with 288 additions and 45 deletions

View file

@ -7,7 +7,9 @@
;;;; Auto-completion ;;;;;;;;;;;;;;
(ac-config-default)
(ac-linum-workaround) ; Fix line number flux bug
(ac-linum-workaround) ; Fix line number flux bug
(diminish 'auto-complete-mode) ; Hide mode-line entry
(define-key ac-completing-map [return] nil)
(add-hook 'prog-mode-hook 'enable-path-completion)
(setq ac-auto-show-menu nil ; Suggestions box must be invoked manually (see core-keymaps.el)