Skip to content

Commit 51de051

Browse files
ISELECT1\naylyn.gaffneysyl20bnr
ISELECT1\naylyn.gaffney
authored andcommitted
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 8c3cf7c
1 parent 185d4d1 commit 51de051

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

layers/+lang/ess/README.org

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ Send code to inferior process with these commands:
4444
** Helpers
4545
Helpers for inspecting objects at point are available in R buffers only.
4646

47-
| Key Binding | Description |
48-
|-------------+---------------------------------------------------------------------|
49-
| ~SPC m h d~ | view data under point using [ess-R-data-view][ess-R-data-view] |
50-
| ~SPC m h i~ | object introspection popup [ess-R-object-popup][ess-R-object-popup] |
51-
| ~SPC m h t~ | view table using [ess-R-data-view][ess-R-data-view] |
47+
| Key Binding | Description |
48+
|-------------+----------------------------------------------------------------|
49+
| ~SPC m h d~ | view data under point using [ess-R-data-view][ess-R-data-view] |
50+
| ~SPC m h t~ | view table using [ess-R-data-view][ess-R-data-view] |
5251

5352
* Options
5453
=ess-smart-equals= is disabled by default. In order to enable it, set in your

layers/+lang/ess/packages.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"st" 'ess-eval-function
104104
;; R helpers
105105
"hd" 'ess-R-dv-pprint
106-
"hi" 'ess-R-object-popup
107106
"ht" 'ess-R-dv-ctable
108107
)
109108
(define-key ess-mode-map (kbd "<s-return>") 'ess-eval-line)
@@ -112,8 +111,6 @@
112111

113112
(defun ess/init-ess-R-data-view ())
114113

115-
(defun ess/init-ess-R-object-popup ())
116-
117114
(defun ess/init-ess-smart-equals ()
118115
(use-package ess-smart-equals
119116
:defer t

0 commit comments

Comments
 (0)