equal
deleted
inserted
replaced
563 ;; Info |
563 ;; Info |
564 |
564 |
565 (require 'info) |
565 (require 'info) |
566 (if (equal window-system 'w32) |
566 (if (equal window-system 'w32) |
567 (progn |
567 (progn |
568 (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info"))) |
568 ;; TODO Write which func to find runemacs.exe dir. |
569 (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end |
569 ;; (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info"))) |
|
570 ;; (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end |
570 )) |
571 )) |
571 |
572 |
572 ;; ====================================================================== |
573 ;; ====================================================================== |
573 ;; |
574 ;; |
574 ;; SHELL |
575 ;; SHELL |