diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-07-17T17·46+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-07-17T17·46+0800 |
commit | 1a716d39397edfc2a083c479817ea7d40b23fd54 (patch) | |
tree | 557d0dc8c5771c127f2942262cba8994a6c3261b /exwm-workspace.el | |
parent | 2195316821c7d54cb6858e00d810e7089491a24d (diff) |
* exwm-workspace.el (exwm-workspace--init): Rebalance parentheses.
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r-- | exwm-workspace.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el index 6228d99bbd7d..a7e668110a12 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -819,12 +819,12 @@ The optional FORCE option is for internal use only." ;; Remove the possible internal border. (set-frame-parameter f 'internal-border-width 0) ;; Prevent user from deleting this frame by accident. - (set-frame-parameter f 'client nil)) + (set-frame-parameter f 'client nil))) ;; Create remaining frames. (dotimes (_ (1- exwm-workspace-number)) (nconc exwm-workspace--list (list (make-frame '((window-system . x) - (internal-border-width . 0)))))))) + (internal-border-width . 0))))))) ;; Initialize workspaces without minibuffers. (let ((old-frames (frame-list))) (setq exwm-workspace--minibuffer |