aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/.config/custom.el2
-rw-r--r--Emacs/.config/emacs/config.org5
2 files changed, 5 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/.config/custom.el b/Emacs/.config/emacs/.config/custom.el
index ba13f8d..ef8170e 100644
--- a/Emacs/.config/emacs/.config/custom.el
+++ b/Emacs/.config/emacs/.config/custom.el
@@ -4,7 +4,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(safe-local-variable-values
- (flycheck-mode . t))))
+ (flycheck-mode . t)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index fb0e2c5..22dde73 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -2616,7 +2616,8 @@ Some bindings for org mode.
:keymaps 'org-mode-map
:infix "l"
"i" #'org-insert-link
- "l" #'org-open-at-point)
+ "l" #'org-open-at-point
+ "f" #'org-footnote-action)
(local-leader
:keymaps 'org-mode-map
:infix "'"
@@ -2628,6 +2629,7 @@ Some bindings for org mode.
"E" #'org-table-eval-formula)
(local-leader
:keymaps 'org-mode-map
+ :infix "c"
"i" #'org-clock-clock-in
"o" #'org-clock-clock-out
"c" #'org-clock-in-last
@@ -2636,6 +2638,7 @@ Some bindings for org mode.
:keymaps 'org-mode-map
"d" #'org-date-from-calendar
"t" #'org-todo
+ "," #'org-priority
"T" #'org-babel-tangle
"i" #'org-insert-structure-template
"p" #'org-latex-preview