diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2014-01-01 01:20:49 (GMT) |
|---|---|---|
| committer | Ravikiran Rajagopal <aine.marina@gmail.com> | 2014-01-01 01:20:49 (GMT) |
| commit | 25525d1af37ba039496bd34305b2e1a0ddcd4c05 (patch) | |
| tree | dfd2df21083497f4144c80977c0a1222aa4dd62c /ravi-init-insertion.el | |
| parent | 1a5a5f5ddf2dbe9490f187857630ce71a4124525 (diff) | |
| download | dotemacs-25525d1af37ba039496bd34305b2e1a0ddcd4c05.zip dotemacs-25525d1af37ba039496bd34305b2e1a0ddcd4c05.tar.gz dotemacs-25525d1af37ba039496bd34305b2e1a0ddcd4c05.tar.bz2 | |
Save history in appropriate place
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 |
