Remove pomidor (I never ise it).
This commit is contained in:
parent
8743e40381
commit
5c4fe71b09
@ -136,40 +136,6 @@
|
|||||||
:hook
|
:hook
|
||||||
(prog-mode . global-origami-mode))
|
(prog-mode . global-origami-mode))
|
||||||
|
|
||||||
;; Pomodoro en emacs :D
|
|
||||||
(use-package pomidor
|
|
||||||
:defer t
|
|
||||||
:straight t
|
|
||||||
:bind ("<f12>" . 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
|
;; Paquete para manejo de proyectos
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:defer t
|
:defer t
|
||||||
|
Loading…
Reference in New Issue
Block a user