From 98d8a68cd764798d54d1c63c05c9b872a790f0ca Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 17 Sep 2025 21:44:51 +0100 Subject: wee clean-ups --- init.el | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 0ca0161..09b8312 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit v1.2.3