]> git.earman.xyz Git - emacsinit.git/commitdiff
org options cleanup
authorrearman <rearman@r717.net>
Tue, 16 Jun 2026 21:03:58 +0000 (17:03 -0400)
committerrearman <rearman@r717.net>
Tue, 16 Jun 2026 21:03:58 +0000 (17:03 -0400)
move backend addition into use-package call

config.org

index d34108ce431ba96a313d2d69cf631178fba4a68a..ea70e07f94e45e8cfbb120a4b734f2bb1ddd4592 100644 (file)
@@ -190,12 +190,11 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
 (use-package org
   :config
   (require 'org-mouse)
+  (add-to-list 'org-export-backends 'md)
   :bind
   (("C-c l" . org-store-link)
    ("C-c a" . org-agenda)
    ("C-c c" . org-capture)
-   ("<f10>" . org-clock-out)
-   ("<f2>" . org-clock-goto)
    :map org-mode-map
    ("M-<right>" . org-shiftmetaright)
    ("M-<left>" . org-shiftmetaleft)
@@ -207,8 +206,7 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
    ("C-M-b" . org-backward-heading-same-level)
    ("C-M-f" . org-forward-heading-same-level)
    ("C-M-p" . org-previous-visible-heading)
-   ("C-M-n" . org-next-visible-heading)
-   ("<f9>" . org-clock-in)))
+   ("C-M-n" . org-next-visible-heading)))
 
 (use-package org-transclusion
   :after
@@ -219,8 +217,6 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett
 *** Configuration
 **** General options
 #+BEGIN_SRC emacs-lisp
-  (with-eval-after-load 'org (add-to-list 'org-export-backends 'md))
-
 (setq org-M-RET-may-split-line nil
       org-cycle-inline-images-display t
       org-cycle-separator-lines 0