summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-25 16:57:30 -0600
committerCase Duckworth2022-01-25 16:57:30 -0600
commit995f9988729e50958eb13d2ac9cba3cb092f37fd (patch)
treecaf4fe126a7e2b7716a522aec395c692a49dff1f /init.el
parentAllow saving ispell-local-words in .dir-locals.el (diff)
downloademacs-995f9988729e50958eb13d2ac9cba3cb092f37fd.tar.gz
emacs-995f9988729e50958eb13d2ac9cba3cb092f37fd.zip
Fix finger
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 2a6dab5..88102be 100644 --- a/init.el +++ b/init.el
@@ -431,6 +431,11 @@
431 (global-set-key (vector 'right-margin click) 'mwheel-scroll) 431 (global-set-key (vector 'right-margin click) 'mwheel-scroll)
432 (global-set-key (vector 'left-margin click) 'mwheel-scroll))) 432 (global-set-key (vector 'left-margin click) 'mwheel-scroll)))
433 433
434(setup net-utils
435 (:require +finger) ; fixes `finger' to use var below
436 (:option finger-X.500-host-regexps '(".") ; only send username
437 ))
438
434(setup org 439(setup org
435 ;; Plain org with the `setup' form for sorting, but I install with straight. 440 ;; Plain org with the `setup' form for sorting, but I install with straight.
436 (:straight (org 441 (:straight (org