From: Ian Kelling Date: Fri, 30 May 2025 01:57:11 +0000 (-0400) Subject: minor improvement X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=55ea1c78dd85aaa0387294230799af11a56eb6b2;p=dot-emacs minor improvement --- diff --git a/init.el b/init.el index 06863fd..e6be9cb 100644 --- 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