Age | Commit message (Collapse) | Author |
|
* eww-conf.el (browse-url-browser-function)
(browse-url-secondary-browser-function): Now the default is EWW, and
the secondary is the external browser.
(eww-mode-map): Bind my download function.
(durand-eww-download-callback, durand-eww-download): Customized
download function that suits my needs.
|
|
The original search engine I use was the instance of searx by Luke
Smith, which went down for some reason.
|
|
* eww-conf.el (mailcap-prefer-mailcap-viewers):
(mailcap-user-mime-data): Set the user-data since otherwise this
should be set via a dedicated mailcap file, which is cumbersome to
specify pdf-view-mode in Emacs, as far as I know.
|
|
* eww-conf.el (eww):
(eww-search-prefix):
(global-map):
(durand-eww-map):
(eww-link-keymap):
(eww-mode-map):
(dired-mode-map):
(eww-buffers-mode-map):
(eww-bookmark-mode-map):
(shr-use-colors):
(shr-use-fonts):
(shr-max-image-proportion):
(shr-image-animate):
(shr-width):
(shr-discard-aria-hidden):
(shr-cookie-policy):
(eww-name-separator):
(eww-rename-buffer):
(eww-after-render-hook):
(eww-back-url):
(eww-forward-url):
(eww-visited-history):
(eww-record-history):
(eww-dwim):
(eww-visit-bookmark):
(eww-visit-url-on-page):
(eww-jump-to-url-on-page):
(eww-occur-feed-regexp):
(eww-find-feed):
* view-conf.el (durand-view-map):
(durand-open-targets):
|
|
* eww-conf.el : It is faster to download pages using wget. But
emacs-28 is still unusable for me at this moment.
|
|
This seems to be both faster and to produce more results.
|
|
This is supposed to be faster.
|
|
* basic.el (auto-fill-function): Hide auto-fill-function from the mode line.
(auto-revert-mode): Hide auto-revert-mode from the mode line.
* common.el (durand-hide-minor-mode): Use a simple macro to facilitate
hiding.
* elisp.el (eldoc-mode): Use a macro to hide instead.
* eww-conf.el (eww-bookmarks-directory): Start Configuring EWW.
* init.el ("durand-simple"): My simple utilities.
("search-conf.el"): Configuring searching.
* search-conf.el (search-whitespace-regexp): White space as wild cards
(isearch-lax-whitespace): as above
(isearch-lazy-count): Count the matches
(isearch-allow-scroll): Scrolling while searching
(durand-search-replace-symbol): For quick refactoring
* text-conf.el (assq): Hide using the macro instead.
|