summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-23 09:20:21 +0000
committernoa@gaiwan.org2024-06-23 09:20:21 +0000
commitd52729db25bb58cb3214943f878eb4f661668b0f (patch)
treeee65e23b4a682774b2a39d2863bd68ff62b46950
parent87022140edf9bd0b966ca8dd7efd1fca432cac9a (diff)
Remove find file at point configuration
-rw-r--r--config.org9
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.