diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-19 15:17:48 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-19 15:17:48 -0500 |
commit | 49cf89e0976b6f40189d816ff10c0a73f723a3f2 (patch) | |
tree | d4accdb4d950b77672790eae10e8b2c9e68b9fea /.emacs | |
parent | Add jackd, pulse configs (diff) |
Install info files for emacs
Diffstat (limited to '')
-rw-r--r-- | .emacs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,6 +68,10 @@ ;; Emacs24: Also match for substrings in tab completion (add-to-list 'completion-styles 'substring) +;; info location: +(eval-after-load 'info + '(add-to-list 'Info-directory-list "~/.emacs.d/share/info")) + ;; Replace yes or no prompts with y or n. (fset 'yes-or-no-p 'y-or-n-p) |