(basic-save-buffer))
(executable-make-buffer-file-executable-if-script-p))))
+(esy/init-step pulse-on-window-selection-change
+ "Pulse the line around point after switching windows."
+
+ (defun esy/pulse-on-window-selection-change (&rest _)
+ (pulse-momentary-highlight-one-line))
+
+ (add-hook 'window-selection-change-functions
+ #'esy/pulse-on-window-selection-change))
+
(esy/init-step startup-message
"Override the default startup message."
(define-advice startup-echo-area-message (:override () report-init-time)