File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ become effective."
244244
245245(defcustom org-use-extra-keys nil
246246 " Non-nil means use extra key sequence definitions for certain commands.
247- This happens automatically if `window-system' is nil. This
247+ This happens automatically if `display-graphic-p' returns nil. This
248248variable lets you do the same manually. You must set it before
249249loading Org."
250250 :group 'org-startup
@@ -495,7 +495,7 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
495495; ; We only set them when really needed because otherwise the
496496; ; menus don't show the simple keys
497497
498- (when (or org-use-extra-keys (not window-system ))
498+ (when (or org-use-extra-keys (not ( display-graphic-p ) ))
499499 (org-defkey org-mode-map (kbd " C-c C-x c" ) #'org-table-copy-down )
500500 (org-defkey org-mode-map (kbd " C-c C-x m" ) #'org-meta-return )
501501 (org-defkey org-mode-map (kbd " C-c C-x M" ) #'org-insert-todo-heading )
You can’t perform that action at this time.
0 commit comments