From 36d4c9eb9ce82bbfb3564cb4deb7c951f42c1d5a Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Fri, 13 Jan 2023 00:04:53 +0000 Subject: [PATCH] Added Language tool for writing, fixed plantuml and enabled matlab --- init.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index b2d822e..c2b78e1 100644 --- a/init.el +++ b/init.el @@ -5,8 +5,8 @@ ;; Repos (require 'package) (setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") - ("nongnu" . "https://elpa.nongnu.org/nongnu/") - ("melpa" . "https://melpa.org/packages/"))) + ("nongnu" . "https://elpa.nongnu.org/nongnu/") + ("melpa" . "https://melpa.org/packages/"))) (package-initialize) ;; use-package -- Gitblit v1.9.3