emacs: Comment out persp-mode

This commit is contained in:
PapaTutuWawa 2021-11-07 13:58:39 +01:00
parent b575108e53
commit 8497e679ed

View File

@ -95,16 +95,16 @@
(setq-default indent-tab-mode t) (setq-default indent-tab-mode t)
(setq tab-width 4) (setq tab-width 4)
(use-package perspective ;(use-package perspective
:bind ; :bind
("C-x C-b" . (lambda (arg) ; ("C-x C-b" . (lambda (arg)
(interactive "P") ; (interactive "P")
(if (fboundp 'persp-bs-show) ; (if (fboundp 'persp-bs-show)
(persp-bs-show arg) ; (persp-bs-show arg)
(bs-show "all")))) ; (bs-show "all"))))
:config ; :config
(message "Persp-mode") ; (message "Persp-mode")
(persp-mode)) ; (persp-mode))
;; mu4e config ;; mu4e config
(unless (string= (system-name) "miku") (unless (string= (system-name) "miku")