This commit is contained in:
2021-01-27 21:50:40 +01:00
parent d8336fbbae
commit 34f76c13d8
25 changed files with 109 additions and 159 deletions

View File

@@ -18,9 +18,9 @@
;;; Code:
(use-package ess-site ;; all ESS features
:load-path (lambda() (concat user-emacs-directory "lisp/ess"))
:commands ess-r-mode ;; only R related features
)
:load-path "lisp/ess"
:commands ess-r-mode) ;; only R related features
(use-package ess-R-data-view
:after (ess-r-mode))