diff options
author | noa | 2025-02-16 22:22:10 +0800 |
---|---|---|
committer | noa | 2025-02-16 22:22:10 +0800 |
commit | 67b3a0e8fd446589765eb435dbba6f1877ea493e (patch) | |
tree | c5a17dc91ed3e47f3ee33ade1b257cf3cd14f81a /emacs | |
parent | 5f5eac3a61bbaa6f7dc1740fdd13005bf52e0172 (diff) |
Remove gnuplot
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 7 |
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 |