mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Fix ac-dictionary-directories in zeroein.el
This commit is contained in:
parent
40fc04bfd6
commit
5f284d2f5b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
(when (featurep 'auto-complete-config)
|
(when (featurep 'auto-complete-config)
|
||||||
(ac-config-default)
|
(ac-config-default)
|
||||||
(add-to-list 'ac-dictionary-directories
|
(add-to-list 'ac-dictionary-directories
|
||||||
(zeroein:path "auto-complete" "dict"))
|
(zeroein:path "lib" "auto-complete" "dict"))
|
||||||
(global-auto-complete-mode t))
|
(global-auto-complete-mode t))
|
||||||
|
|
||||||
;; MuMaMo
|
;; MuMaMo
|
||||||
|
|
Loading…
Add table
Reference in a new issue