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