From 1ac382d1178b35a719e20d6c3abd7b102dfe07d8 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 18 Nov 2022 14:59:13 +0100 Subject: [PATCH] Remove matlab mode --- init.el | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/init.el b/init.el index 5e25ae9..720e2bd 100644 --- a/init.el +++ b/init.el @@ -467,29 +467,6 @@ (when tags (visit-tags-table tags))) (visit-tags-table (concat gerbil "/src/TAGS"))) -(use-package matlab - :straight matlab-mode - :config - ;; This is a simple script to set the required environment variables - ;; before launching Matlab in Emacs. This prevents an issue where - ;; all plot windows are blank. See Arch wiki for more details. - - ;; #!/usr/bin/env bash - ;; export _JAVA_AWT_WM_NONREPARENTING=1 - ;; /usr/local/bin/matlab "$@" - (setq matlab-shell-command "~/.local/bin/run_matlab") - (setq matlab-shell-command-switches '("-nodesktop")) - ;; :custom-face - ;; (linemark-stop-face ((t (:background 'unspecified) - ;; (:underline '(:color "red3" :style wave))))) - ;; (linemark-caution-face ((t (:background 'unspecified) - ;; (:underline '(:color "yellow4" :style wave))))) - ;; (linemark-go-face ((t (:background 'unspecified) - ;; (:underline '(:color "green4" :style wave))))) - ;; (linemark-funny-face ((t (:background 'unspecified) - ;; (:underline '(:color "blue3" :style wave))))) - ) - ;; Use APL font face in current buffer (defun my-buffer-face-mode-apl () "Use the APL font in current buffer."