R support in emacs

This commit is contained in:
Charlotte Van Petegem 2021-07-07 20:48:20 +02:00
parent 408d1806a8
commit 3e9de046a0
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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