help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to set the hs-minor-mode-map?


From: sunway
Subject: how to set the hs-minor-mode-map?
Date: Fri, 19 Oct 2007 10:55:27 -0700
User-agent: G2/1.0

the default hs-minor-mode-map is set to
;; menu entry      command                key
           '(["Hide Block"    hs-hide-block          "\C-c@\C-h"]
             ["Show Block"    hs-show-block          "\C-c@\C-s"]
             ["Hide All"      hs-hide-all            "\C-c@\C-\M-h"]
             ["Show All"      hs-show-all            "\C-c@\C-\M-s"]
             ["Hide Level"    hs-hide-level          "\C-c@\C-l"]
             ["Toggle Hiding" hs-toggle-hiding       "\C-c@\C-c"]
             [nil             hs-mouse-toggle-hiding [(shift
mouse-2)]]
             ))
in the hideshow.el

how to reset it in my .emacs file?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]