diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1159,7 +1159,7 @@ ;;;; afio (use-package jao-afio - :if (jao-is-linux) + ;; :if (jao-is-linux) :demand t :config (jao-afio-setup (not window-system)) @@ -1340,7 +1340,7 @@ (add-hook 'nov-mode-hook #'jao-nov-register-session)) ;;; Email -(jao-when-linux (require 'jao-custom-email)) +(require 'jao-custom-email) ;;; Shells and terms ;;;; shell modes |