add N as an accelerator in the view menu to toggle line numbers

This commit is contained in:
Jon Rafkind 2011-04-04 13:46:46 -06:00
parent 576916d4d7
commit f50c480446

View File

@ -468,8 +468,8 @@ please adhere to these guidelines:
(switch-to-module-language-automatically "Automatically switch to the module language when opening a module") (switch-to-module-language-automatically "Automatically switch to the module language when opening a module")
(interactions-beside-definitions "Put the interactions window beside the definitions window") ;; in preferences, below the checkbox one line above this one (interactions-beside-definitions "Put the interactions window beside the definitions window") ;; in preferences, below the checkbox one line above this one
(show-line-numbers "Show line numbers") (show-line-numbers "Show line numbers")
(show-line-numbers/menu "Show Line Numbers") ;; just like the above, but capitalized for appearance in a menu item (show-line-numbers/menu "Show Line &Numbers") ;; just like the above, but capitalized for appearance in a menu item
(hide-line-numbers/menu "Hide Line Numbers") (hide-line-numbers/menu "Hide Line &Numbers")
(limit-interactions-size "Limit interactions size") (limit-interactions-size "Limit interactions size")
(background-color "Background Color") (background-color "Background Color")
(default-text-color "Default text") ;; used for configuring colors, but doesn't need the word "color" (default-text-color "Default text") ;; used for configuring colors, but doesn't need the word "color"