R support in emacs
This commit is contained in:
parent
408d1806a8
commit
3e9de046a0
1 changed files with 3 additions and 1 deletions
|
@ -145,6 +145,9 @@
|
||||||
:config (evil-collection-init)
|
:config (evil-collection-init)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; R language support
|
||||||
|
(use-package ess)
|
||||||
|
|
||||||
;; Ligatures in GUI mode
|
;; Ligatures in GUI mode
|
||||||
;; Should probably switch to ligature.el, but it isn't on MELPA (yet).
|
;; 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)))
|
(use-package fira-code-mode :config (when window-system (global-fira-code-mode)))
|
||||||
|
@ -500,6 +503,5 @@
|
||||||
:mode "\\.yaml\\'"
|
:mode "\\.yaml\\'"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue