Remove ess-R-object-popup from ess layer.

As described in issue #9464, this package was removed from melpa for
not having a GPL compatible license and is causing an error every time
spacemacs starts.

Continuation of commit 8c3cf7c3ae
This commit is contained in:
ISELECT1\naylyn.gaffney 2017-10-04 22:26:26 +11:00 committed by bmag
parent bec3f8444d
commit 36f04308ab
2 changed files with 4 additions and 8 deletions

View File

@ -43,11 +43,10 @@ Send code to inferior process with these commands:
** Helpers
Helpers for inspecting objects at point are available in R buffers only.
| Key Binding | Description |
|-------------+---------------------------------------------------------------------|
| ~SPC m h d~ | view data under point using [ess-R-data-view][ess-R-data-view] |
| ~SPC m h i~ | object introspection popup [ess-R-object-popup][ess-R-object-popup] |
| ~SPC m h t~ | view table using [ess-R-data-view][ess-R-data-view] |
| Key Binding | Description |
|-------------+----------------------------------------------------------------|
| ~SPC m h d~ | view data under point using [ess-R-data-view][ess-R-data-view] |
| ~SPC m h t~ | view table using [ess-R-data-view][ess-R-data-view] |
* Options
To turn off the automatic replacement of underscores by =<-=, set in your

View File

@ -99,7 +99,6 @@
"sf" 'ess-eval-function
;; R helpers
"hd" 'ess-R-dv-pprint
"hi" 'ess-R-object-popup
"ht" 'ess-R-dv-ctable
)
(define-key ess-mode-map (kbd "<s-return>") 'ess-eval-line)
@ -108,8 +107,6 @@
(defun ess/init-ess-R-data-view ())
(defun ess/init-ess-R-object-popup ())
(defun ess/init-ess-smart-equals ()
(use-package ess-smart-equals
:defer t