diff options
author | jao <jao@gnu.org> | 2025-09-17 21:44:51 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-17 21:44:51 +0100 |
commit | 98d8a68cd764798d54d1c63c05c9b872a790f0ca (patch) | |
tree | ce0bfafb40d6dbf990227f3e70eaa4efa6c64f1d | |
parent | 0adb2b31e4a08906888cb10c03769f261cb4a125 (diff) | |
download | elibs-98d8a68cd764798d54d1c63c05c9b872a790f0ca.tar.gz elibs-98d8a68cd764798d54d1c63c05c9b872a790f0ca.tar.bz2 |
wee clean-upsmain
-rw-r--r-- | attic/elisp/misc.el | 7 | ||||
-rw-r--r-- | init.el | 15 |
2 files changed, 10 insertions, 12 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index b43b3ae..558202e 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -1040,3 +1040,10 @@ (("<f5>" . doric-themes-toggle) ("C-<f5>" . doric-themes-select) ("M-<f5>" . doric-themes-rotate))) + +;;; gnuplot +(use-package gnuplot + :disabled t + :ensure t + :commands (gnuplot-mode gnuplot-make-buffer) + :init (add-to-list 'auto-mode-alist '("\\.gp$" . gnuplot-mode))) @@ -325,7 +325,7 @@ ("imv-wayland \"%s\"" "image/.*" jao-wayland-enabled) ("imv-x11 \"%s\"" "image/.*"))))) -;;; tmr +;;;; tmr (use-package tmr :ensure t :init @@ -646,7 +646,7 @@ ("i" "invoke last action" jao-ednc-invoke-last-action)]) (global-set-key (kbd "s-n") #'jao-transient-ednc)) -;;; Calendar, diary, weather +;;; Calendar, diary ;;;; diary (setq diary-file (expand-file-name "diary" jao-org-dir) diary-display-function 'diary-fancy-display @@ -1304,8 +1304,7 @@ ;;; Browsing (require 'jao-custom-browse) -(jao-when-linux - (require 'jao-custom-eww)) +(jao-when-linux (require 'jao-custom-eww)) ;;; PDFs and other docs @@ -1608,18 +1607,10 @@ (use-package yaml-mode :disabled t :ensure t) ;;; Graphics -;;;; images (setq image-use-external-converter t image-cache-eviction-delay 120) (setq widget-image-enable nil) -;;;; gnuplot -(use-package gnuplot - :disabled t - :ensure t - :commands (gnuplot-mode gnuplot-make-buffer) - :init (add-to-list 'auto-mode-alist '("\\.gp$" . gnuplot-mode))) - ;;; Network ;;;; nm applet (jao-when-linux |