.emacs-my
changeset 157 9b7a17b841e9
parent 154 9c4f8d401e12
parent 156 55aed5f25591
child 162 0ac8d1f4304d
equal deleted inserted replaced
155:6a2edc852b4a 157:9b7a17b841e9
   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