From 3e9de046a0948c84d1d6e3b9a8ce6f3283339759 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 7 Jul 2021 20:48:20 +0200 Subject: [PATCH] R support in emacs --- modules/emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/emacs/init.el b/modules/emacs/init.el index c1fbc279..95cce656 100644 --- a/modules/emacs/init.el +++ b/modules/emacs/init.el @@ -145,6 +145,9 @@ :config (evil-collection-init) ) +;; R language support +(use-package ess) + ;; Ligatures in GUI mode ;; Should probably switch to ligature.el, but it isn't on MELPA (yet). (use-package fira-code-mode :config (when window-system (global-fira-code-mode))) @@ -500,6 +503,5 @@ :mode "\\.yaml\\'" ) - (provide 'init) ;;; init.el ends here