Skip to content

Instantly share code, notes, and snippets.

@tek-nishi
Created September 26, 2016 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tek-nishi/4b56369ae1cea63b5895961d387255e7 to your computer and use it in GitHub Desktop.
Save tek-nishi/4b56369ae1cea63b5895961d387255e7 to your computer and use it in GitHub Desktop.
Add Info path at Emacs 25.1
;; Add Resouce path(macOS)
(add-to-list 'Info-default-directory-list (expand-file-name "../info" data-directory))
;; Add user local info path
(add-to-list 'Info-default-directory-list (expand-file-name "info" user-emacs-directory))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment