Fix: -when-let -> -when-let*.

This commit is contained in:
Vincent Zhang 2018-06-12 23:25:12 +08:00
parent 3de36fe7be
commit 3e6933a1dc

View file

@ -46,6 +46,7 @@
(require 'projectile)
(require 'all-the-icons)
(require 'dash)
(require 'memoize)
(require 'shrink-path)
(require 'eldoc-eval)
@ -194,7 +195,7 @@ error if it doesn't exist."
(defun doom-set-modeline (key &optional default)
"Set the modeline format. Does nothing if the modeline KEY doesn't exist. If
DEFAULT is non-nil, set the default mode-line for all buffers."
(-when-let ((modeline (doom-modeline key)))
(-when-let* ((modeline (doom-modeline key)))
(setf (if default
(default-value 'mode-line-format)
(buffer-local-value 'mode-line-format (current-buffer)))
@ -859,7 +860,7 @@ Returns \"\" to not break --no-window-system."
"The persp number."
(when (featurep 'persp-mode)
(when (+doom-window-bottom-left-p)
(-when-let ((persp (get-current-persp)))
(-when-let* ((persp (get-current-persp)))
(propertize
(concat
(number-to-string