Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.95 KB | None | 0 0
  1. (add-to-list 'load-path "~/.emacs.d")
  2. (require 'auto-complete-config)
  3. (ac-config-default)
  4. (add-to-list 'load-path "~/.emacs.d")
  5. (add-to-list 'ac-dictionary-directories "~/.emacs.d/ac-dict")
  6. (custom-set-variables
  7.   ;; custom-set-variables was added by Custom.
  8.   ;; If you edit it by hand, you could mess it up, so be careful.
  9.   ;; Your init file should contain only one such instance.
  10.   ;; If there is more than one, they won't work right.
  11.  )
  12. (custom-set-faces
  13.   ;; custom-set-faces was added by Custom.
  14.   ;; If you edit it by hand, you could mess it up, so be careful.
  15.   ;; Your init file should contain only one such instance.
  16.   ;; If there is more than one, they won't work right.
  17.  '(default ((t (:inherit nil :stipple nil :background "SystemWindow" :foreground "SystemWindowText" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight bold :height 98 :width normal :foundry "outline" :family "Courier New")))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement