Remove activities.el
This commit is contained in:
parent
e4bcbe82dc
commit
85dae4bedd
1 changed files with 0 additions and 19 deletions
19
init.el
19
init.el
|
@ -237,25 +237,6 @@
|
|||
:config
|
||||
(setq vundo-glyph-alist vundo-unicode-symbols))
|
||||
|
||||
(use-package activities
|
||||
:straight t
|
||||
:init
|
||||
(activities-mode)
|
||||
(activities-tabs-mode)
|
||||
;; Prevent `edebug' default bindings from interfering.
|
||||
(setq edebug-inhibit-emacs-lisp-mode-bindings t)
|
||||
:bind
|
||||
(("C-x C-a C-n" . activities-new)
|
||||
;; As resuming is expected to be one of the most commonly used
|
||||
;; commands, this binding is one of the easiest to press.
|
||||
("C-x C-a C-a" . activities-resume)
|
||||
("C-x C-a C-s" . activities-suspend)
|
||||
("C-x C-a C-k" . activities-kill)
|
||||
;; This binding mirrors, e.g. "C-x t RET".
|
||||
("C-x C-a RET" . activities-switch)
|
||||
("C-x C-a g" . activities-revert)
|
||||
("C-x C-a l" . activities-list)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; Knowledge management: org-mode, org-roam, bibliography
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue