mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Don't step on each other's feet
This commit is contained in:
parent
b8d4f1b74a
commit
3a97b8113c
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@
|
|||
(org-time-stamp-inactive t))))
|
||||
|
||||
(define-prefix-command '*lazy-map*)
|
||||
(exwm-global-set-key (kbd "<f1>") '*lazy-map*)
|
||||
(unless my/puppet-p
|
||||
(exwm-global-set-key (kbd "<f1>") '*lazy-map*))
|
||||
|
||||
(define-key *lazy-map* (kbd "1") #'org-capture)
|
||||
(define-key *lazy-map* (kbd "2") #'org-agenda)
|
||||
|
|
|
|||
Loading…
Reference in a new issue