diff options
author | jao <jao@gnu.org> | 2025-09-18 20:41:44 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-18 20:42:39 +0100 |
commit | 5ccb0abcb3c1eecefc31cc88911ff520f4c25709 (patch) | |
tree | 86df755bf0688bd3c469f79780e77134e035eab9 /init.el | |
parent | 98d8a68cd764798d54d1c63c05c9b872a790f0ca (diff) | |
download | elibs-5ccb0abcb3c1eecefc31cc88911ff520f4c25709.tar.gz elibs-5ccb0abcb3c1eecefc31cc88911ff520f4c25709.tar.bz2 |
ewww active in mac
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1303,8 +1303,9 @@ (add-hook 'LaTeX-mode-hook 'turn-on-reftex)) ;;; Browsing + (require 'jao-custom-browse) -(jao-when-linux (require 'jao-custom-eww)) +(require 'jao-custom-eww) ;;; PDFs and other docs |