diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index c60c7b0..9e3c088 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -649,18 +649,15 @@ changes." (call-process-shell-command "xrandr --listmonitors -q" nil buf nil) (with-current-buffer buf (keep-lines "[^[:word:]]connected" (point-min) (point-max) nil) - ;; (message (buffer-substring (point-min) (point-max))) (let ((num-monitors (count-lines (point-min) (point-max))) (i 0)) (setq exwm-workspace-number num-monitors) (goto-char (point-min)) (while (< i num-monitors) - (message "iter") (move-beginning-of-line 1) (push-mark) (search-forward-regexp " ") (backward-char) - (message (buffer-substring (mark) (point))) (push (buffer-substring (mark) (point)) out-plist) (push i out-plist) (setq i (+ i 1)) |
