Initial commit
This commit is contained in:
12
lisp/init-bindings.el
Normal file
12
lisp/init-bindings.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;; -*- lexical-binding: t -*-
|
||||
|
||||
(define-prefix-command 'orgmode-map)
|
||||
(global-set-key (kbd "C-c n") 'orgmode-map)
|
||||
|
||||
(define-key orgmode-map (kbd "a") #'org-agenda)
|
||||
(define-key orgmode-map (kbd "n") #'org-capture)
|
||||
|
||||
(global-set-key (kbd "C-c g") #'magit-status)
|
||||
|
||||
|
||||
(provide 'init-bindings)
|
||||
Reference in New Issue
Block a user