summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 0f75a35..ac9a217 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -868,13 +868,6 @@ With prefix argument TIME, also add the current time."
(consult-ripgrep "~/Documents/Notes"))
(global-set-key (kbd "C-j C-s") #'noa/consult-rg-notes)
-(use-package gnuplot
- :disabled t
- :ensure t)
-(use-package gnuplot-mode
- :disabled t
- :ensure t)
-
;; so i can search for synonyms without using the internet
(use-package wordnut
:disabled t