aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-essentials.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-29 21:53:13 -0400
committerBardofSprites <[email protected]>2024-09-29 21:53:13 -0400
commitd86da14a611d14be0e1dd2b570f07b7c578cb415 (patch)
treec2d42ccd52f25800423eefa84fc45445e553b1d4 /bard-emacs-modules/bard-emacs-essentials.el
parentf0fffcceb660b0fd006ca1291d1bd05670002dd7 (diff)
refractor
Diffstat (limited to 'bard-emacs-modules/bard-emacs-essentials.el')
-rw-r--r--bard-emacs-modules/bard-emacs-essentials.el21
1 files changed, 2 insertions, 19 deletions
diff --git a/bard-emacs-modules/bard-emacs-essentials.el b/bard-emacs-modules/bard-emacs-essentials.el
index ca70aaa..949c457 100644
--- a/bard-emacs-modules/bard-emacs-essentials.el
+++ b/bard-emacs-modules/bard-emacs-essentials.el
@@ -142,27 +142,10 @@
(define-key global-map (kbd "C-c C-w") #'world-clock)
-;; timer package
-(use-package tmr
- :ensure t
- :config
- (setq tmr-sound-file "/home/bard/.local/bin/scripts/bell.mp3")
- (setq tmr-notification-urgency 'normal)
- (setq tmr-descriptions-list 'tmr-description-history)
- (define-key global-map (kbd "C-c t l") 'tmr-tabulated-view)
- (define-key global-map (kbd "C-c t t") #'tmr)
- (define-key global-map (kbd "C-c t T") #'tmr-with-description)
- (define-key global-map (kbd "C-c t l") #'tmr-tabulated-view)
- (define-key global-map (kbd "C-c t c") #'tmr-clone)
- (define-key global-map (kbd "C-c t k") #'tmr-cancel)
- (define-key global-map (kbd "C-c t s") #'tmr-reschedule)
- (define-key global-map (kbd "C-c t e") #'tmr-edit-description)
- (define-key global-map (kbd "C-c t r") #'tmr-remove)
- (define-key global-map (kbd "C-c t R") #'tmr-remove-finished))
-
(use-package breadcrumb
:ensure t
- )
+ :hook
+ (prog-mode . breadcrumb-mode))
;; running emacs as server
(require 'server)