aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-web.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-web.el')
-rw-r--r--emacs/.emacs.d/init/ycp-web.el11
1 files changed, 8 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el
index 473865c..3109e2c 100644
--- a/emacs/.emacs.d/init/ycp-web.el
+++ b/emacs/.emacs.d/init/ycp-web.el
@@ -41,8 +41,8 @@
(require 'luwak-org)
(require 'my-utils)
(setq luwak-url-rewrite-function 'my-rewrite-url)
- (setq luwak-tor-switch nil)
-)
+ (setq luwak-tor-switch t)
+ )
;;; openlibrary
(my-package my-openlibrary
@@ -216,7 +216,9 @@
"\\`\\(video/\\|audio\\)") ; On GNU/Linux check your mimeapps.list
(setq eww-browse-url-new-window-is-tab nil)
(my-keybind eww-link-keymap "v" nil) ; stop overriding `eww-view-source'
- (my-keybind eww-mode-map "L" #'eww-list-bookmarks)
+ (my-keybind eww-mode-map
+ "L" #'eww-list-bookmarks
+ "o" #'eww)
(my-keybind eww-bookmark-mode-map "d" #'eww-bookmark-kill)
)
@@ -274,6 +276,9 @@
(add-hook 'mastodon-toot-mode-hook (lambda () (turn-off-auto-fill)))
(mastodon))
+(my-package mastorg
+ (:delay 60))
+
(add-to-list 'load-path (locate-user-emacs-file "lisp/servall/lisp"))
(my-package servall-wikipedia
(:delay 60)