diff options
-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 |