diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config.org b/config.org index 3f253a9..a8cf5a0 100644 --- a/config.org +++ b/config.org @@ -825,14 +825,7 @@ Adaptive wrap will indent visually wrapped text to match the indent at the start (add-hook 'visual-fill-column-mode-hook #'adaptive-wrap-prefix-mode) #+end_src -** Find file at point -#+begin_src elisp -(setopt ffap-file-name-with-spaces t) -(global-set-key [remap find-file] #'find-file-at-point) -(global-set-key [remap dired] #'dired-at-point) -#+end_src - -** Web browsing in emacs +* Web browsing in emacs I hear it's now possible to run a full fat browser inside emacs. But this is surely quite heavyweight, and doesn't get to take advantage of things like ublock origin. When it comes to alternative browsers, it's always the same story; i like the concept, but most websites are a horrific experience without a good ad blocker. Instead, i use eww, a browser more closely aligned with browsers for the terminal. Despite the name, eww is a delight to use for text-heavy websites. If a website doesn't render well in it, because it uses fancy layout tricks or lots of javascript, we can press ~&~ to open the url in firefox. |