equal
deleted
inserted
replaced
562 (progn |
562 (progn |
563 ;; TODO Write which func to find runemacs.exe dir. |
563 ;; TODO Write which func to find runemacs.exe dir. |
564 ;; (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info"))) |
564 ;; (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info"))) |
565 ;; (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end |
565 ;; (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end |
566 )) |
566 )) |
|
567 |
|
568 ;; ====================================================================== |
|
569 ;; man, woman |
|
570 (require 'woman) |
|
571 (setq woman-use-own-frame nil) |
|
572 (setq woman-fill-frame t) |
567 |
573 |
568 ;; ====================================================================== |
574 ;; ====================================================================== |
569 ;; |
575 ;; |
570 ;; SHELL |
576 ;; SHELL |
571 |
577 |