;; 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"))
;; 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")
;;(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