about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-editor.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-editor.el')
-rw-r--r--.emacs.d/lisp/init-editor.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index a3b87d2..01ece4f 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -47,8 +47,10 @@
         mouse-yank-at-point t
         require-final-newline t)
 
-  (setq ffap-machine-p-known 'reject)
-
+  (setq ffap-machine-p-local 'accept
+        ffap-machine-p-known 'reject
+        ffap-machine-p-unkown 'reject)
+  ;; #111111 #0f0f0f gray10 grey20
   ;; https://github.com/natecox/dotfiles/blob/master/workspaces/shared/symlinks/emacs/.emacs.d/nathancox.org
   (setq sentence-end-double-space nil)
   (set-charset-priority 'unicode)