add more org keybinds

This commit is contained in:
xfnw 2022-10-02 13:13:15 -04:00
parent ee2b28a2cd
commit 411e1526f3
1 changed files with 3 additions and 0 deletions

3
.emacs
View File

@ -7,6 +7,8 @@
(global-set-key (kbd "C-x M-r") 'rename-buffer)
(global-set-key (kbd "C-c a") 'org-agenda)
(global-set-key (kbd "C-c l") 'org-store-link)
(global-set-key (kbd "C-c c") 'org-capture)
(global-set-key (kbd "C-c q") 'auto-fill-mode)
(global-set-key (kbd "<f12>") 'buffer-menu)
@ -44,6 +46,7 @@
")
'(menu-bar-mode nil)
'(org-agenda-files '("."))
'(org-default-notes-file "~/org/notes.org")
'(org-footnote-define-inline t)
'(org-latex-image-default-width "\\linewidth")
'(org-structure-template-alist