diff options
Diffstat (limited to 'ravi-init-insertion.el')
| -rw-r--r-- | ravi-init-insertion.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ravi-init-insertion.el b/ravi-init-insertion.el index e510337..3849e3b 100644 --- a/ravi-init-insertion.el +++ b/ravi-init-insertion.el @@ -1,9 +1,9 @@ ;;; ravi-init-insertion.el --- inserting text -;; Copyright (C) 2013 +;; Copyright (C) 2013 ;; Author: <ravi@nero.lan> -;; Keywords: +;; Keywords: ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -31,9 +31,9 @@ :init (progn (setq yas-snippet-dirs - `(,(ravi/emacs-file "snippets") - ) - ) + `(,(ravi/emacs-file "snippets") + ) + ) (yas-global-mode 1) ) :config @@ -77,6 +77,7 @@ (progn (use-package pos-tip :ensure t) (use-package auto-complete-config) + (setq ac-comphist-file (ravi/emacs-file "past/ac-comphist.dat")) (ac-config-default)) :config |
