minor improvement
authorIan Kelling <iank@fsf.org>
Fri, 30 May 2025 01:57:11 +0000 (21:57 -0400)
committerIan Kelling <iank@fsf.org>
Fri, 30 May 2025 02:14:58 +0000 (22:14 -0400)
init.el

diff --git a/init.el b/init.el
index 06863fd0b05aac86cc3cfdd4fe76f704a82880ce..e6be9cb401dee5308ee135ff4c0c849f9db9b0cf 100644 (file)
--- a/init.el
+++ b/init.el
@@ -71,7 +71,6 @@
 
 ;; these need to be done before the hook in order to satisfy the byte compiler or batch mode
 (add-to-list 'load-path (concat user-emacs-directory "src/readline-complete"))
-
 ;; disabled since not used.
 ;;(add-to-list 'load-path (concat user-emacs-directory "src/bbdb-csv-import"))
 ;;(add-to-list 'load-path (concat user-emacs-directory "src/spray"))
@@ -936,7 +935,9 @@ A non-nil CURRENT-ONLY argument means save only current buffer."
 ;; and a function
 ;; inspired by mu4e info manual, search for mu4e-compose-pre-hook.
 (when (file-exists-p "/p/c/mymu4e.el")
-  (load "/p/c/mymu4e"))
+  (load-file "/p/c/mymu4e.el"))
+(when (file-exists-p "/p/c/myidir.el")
+  (load-file "/p/c/myidir.el"))
 
 
 (when (file-exists-p "/a/h/iank-mod.el")
@@ -1077,7 +1078,9 @@ A non-nil CURRENT-ONLY argument means save only current buffer."
 ;;(customize-set-variable 'tramp-encoding-shell "/bin/bash")
 
 (setq
-
+ copy-region-blink-delay 0.3
+ ;; be more consistent
+ copy-region-blink-predicate 'always
  initial-scratch-message nil
 
  ;; avoid this stupid prompt when doing sudo-edit