(Emacs)~stuff

This commit is contained in:
2023-05-05 20:16:43 +01:00
parent 5dfa0b0c2a
commit 8f4018b39f
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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