Remove some commented code

This commit is contained in:
Mateus Rodrigues
2023-03-29 10:06:43 +01:00
parent beeb91e047
commit dc216a2cc8

View File

@@ -163,10 +163,6 @@
:cache_config t))))) :cache_config t)))))
)) ))
;; (add-hook (quote python-mode-hook)
;; (function
;; eglot-ensure))
;; R ;; R
;(use-package ess ;(use-package ess
;:config ;:config
@@ -178,12 +174,6 @@
:config :config
(add-to-list 'auto-mode-alist '("\\.js\\'" . rjsx-mode))) (add-to-list 'auto-mode-alist '("\\.js\\'" . rjsx-mode)))
;; Typescript
;; (use-package tide
;; :disabled
;; :config
;; (load "~/.emacs.d/elisp/typescript.el"))
;; (use-package typescript-mode ;; (use-package typescript-mode
;; :ensure t ;; :ensure t
;; :init ;; :init