summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 084e9f10..b59e849f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4476,9 +4476,11 @@ that the user is expecting that it might pop up."
(defun spw/slime-repl-header-line (&optional pwd)
(with-current-buffer (slime-connection-output-buffer)
- (let* ((pwd (abbreviate-file-name
- (string-remove-suffix
- "/" (or pwd (slime-eval '(swank:default-directory))))))
+ (let* ((pwd
+ (abbreviate-file-name
+ (string-remove-suffix "/" (or pwd
+ (slime-eval
+ '(swank:default-directory))))))
(conn (slime-connection))
(host (car (process-contact conn))))
(setq header-line-format