.emacs-my
changeset 156 55aed5f25591
parent 143 c3e92613e53d
child 157 9b7a17b841e9
equal deleted inserted replaced
143:c3e92613e53d 156:55aed5f25591
   567     (progn
   567     (progn
   568       ;; TODO Write which func to find runemacs.exe dir.
   568       ;; TODO Write which func to find runemacs.exe dir.
   569       ;; (setq Info-directory-list (list (expand-file-name "~/../bin/emacs/info")))
   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       ;; (add-to-list 'Info-directory-list (expand-file-name "~/../bin/MinGW/info") t) ; t - append to the end
   571       ))
   571       ))
       
   572 
       
   573 ;; ======================================================================
       
   574 ;; man, woman
       
   575 (require 'woman)
       
   576 (setq woman-use-own-frame nil)
       
   577 (setq woman-fill-frame t)
   572 
   578 
   573 ;; ======================================================================
   579 ;; ======================================================================
   574 ;;
   580 ;;
   575 ;; SHELL
   581 ;; SHELL
   576 
   582