Skip to content

Commit

Permalink
Update menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Nov 14, 2019
1 parent b8c828e commit 54dcf3d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions elpy.el
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,12 @@ This option need to bet set through `customize' or `customize-set-variable' to b
["Previous Error" elpy-flymake-previous-error
:help "Go to the previous inline error, if any"])
("Code folding"
["Hide at point" elpy-folding-hide-at-point
:help "Hide the block or docstring at point"]
["Hide all docstring" elpy-folding-hide-all-docstring
:help "Hide all the buffer docstrings"]
["Hide/show at point" elpy-folding-toggle-at-point
:help "Hide or show the block or docstring at point"]
["Hide/show all docstrings" elpy-folding-toggle-docstrings
:help "Hide or show all the docstrings"]
["Hide/show all comments" elpy-folding-toggle-comments
:help "Hide or show all the comments"]
["Hide leafs" elpy-folding-hide-leafs
:help "Hide all leaf blocks (blocks not containing other blocks)"])
("Indentation Blocks"
Expand Down

0 comments on commit 54dcf3d

Please sign in to comment.