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