diff --git a/configs/init-packages.el b/configs/init-packages.el index 3081f3f..3c5ad04 100644 --- a/configs/init-packages.el +++ b/configs/init-packages.el @@ -136,40 +136,6 @@ :hook (prog-mode . global-origami-mode)) -;; Pomodoro en emacs :D -(use-package pomidor - :defer t - :straight t - :bind ("" . pomidor) - :config -;; (setq alert-default-style 'mode-line) - (setq alert-default-style 'libnotify) - - (with-eval-after-load 'all-the-icons - (setq alert-severity-faces - '((urgent . all-the-icons-red) - (high . all-the-icons-orange) - (moderate . all-the-icons-yellow) - (normal . all-the-icons-green) - (low . all-the-icons-blue) - (trivial . all-the-icons-purple)) - alert-severity-colors - `((urgent . ,(face-foreground 'all-the-icons-red)) - (high . ,(face-foreground 'all-the-icons-orange)) - (moderate . ,(face-foreground 'all-the-icons-yellow)) - (normal . ,(face-foreground 'all-the-icons-green)) - (low . ,(face-foreground 'all-the-icons-blue)) - (trivial . ,(face-foreground 'all-the-icons-purple))))) -;; (setq pomidor-sound-tick nil -;; pomidor-sound-tack nil) ; Deshabilitar el sonido de reloj de pomidor - (setq pomidor-play-sound-file - (lambda (file) - (start-process "pomidor-play-sound" - nil - "playsound" - file))) - ) - ;; Paquete para manejo de proyectos (use-package projectile :defer t