summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el15
1 files changed, 3 insertions, 12 deletions
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