Created
September 26, 2016 01:50
-
-
Save tek-nishi/4b56369ae1cea63b5895961d387255e7 to your computer and use it in GitHub Desktop.
Add Info path at Emacs 25.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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