Skip to content

Commit

Permalink
Remove ess-R-object-popup from ess layer.
Browse files Browse the repository at this point in the history
As described in issue syl20bnr#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
  • Loading branch information
ISELECT1\naylyn.gaffney authored and syl20bnr committed Jan 25, 2018
1 parent 185d4d1 commit 51de051
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 4 additions & 5 deletions layers/+lang/ess/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,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
=ess-smart-equals= is disabled by default. In order to enable it, set in your
Expand Down
3 changes: 0 additions & 3 deletions layers/+lang/ess/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"st" '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)
Expand All @@ -112,8 +111,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
Expand Down

0 comments on commit 51de051

Please sign in to comment.