cleanup of some leftover commented out stuff

This commit is contained in:
Mike 'Fuzzy' Partin 2024-07-06 10:49:42 -07:00
parent a7c4775960
commit b477973c99

View File

@ -71,35 +71,15 @@
(add-hook 'org-mode-hook 'visual-line-mode) (add-hook 'org-mode-hook 'visual-line-mode)
;; Org mode stuff ;; Org mode stuff
(thwap/add-key-binding "o l" 'org-store-link "Store a link to the current location in the kill ring.") (thwap/add-key-binding "o l" 'org-store-link "Store a link to the current location in the kill ring.")
;; (define-key thwap-map (kbd "o l") 'org-store-link)
;; (add-to-list 'thwap-help-lines "C-c t o l : Store a link to the current location in the kill ring.")
(thwap/add-key-binding "o C-l" 'org-toggle-link-display "Toggle the display of links.") (thwap/add-key-binding "o C-l" 'org-toggle-link-display "Toggle the display of links.")
;; (define-key thwap-map (kbd "o C-l") 'org-toggle-link-display)
;; (add-to-list 'thwap-help-lines "C-c t o C-l : Toggle the display of links.")
(thwap/add-key-binding "o a" 'org-agenda "Open the Org agenda.") (thwap/add-key-binding "o a" 'org-agenda "Open the Org agenda.")
;; (define-key thwap-map (kbd "o a") 'org-agenda)
;; (add-to-list 'thwap-help-lines "C-c t o a : Open the Org agenda.")
(thwap/add-key-binding "o n" 'org-capture "Capture a new task.") (thwap/add-key-binding "o n" 'org-capture "Capture a new task.")
;; (define-key thwap-map (kbd "o n") 'org-capture)
;; (add-to-list 'thwap-help-lines "C-c t o n : Capture a new task.")
(thwap/add-key-binding "o t" 'org-todo-list "Open the Org TODO list.") (thwap/add-key-binding "o t" 'org-todo-list "Open the Org TODO list.")
;; (define-key thwap-map (kbd "o t") 'org-todo-list)
;; (add-to-list 'thwap-help-lines "C-c t o t : Open the Org TODO list.")
(thwap/add-key-binding "o c i" 'org-clock-in "Clock in to the current task.") (thwap/add-key-binding "o c i" 'org-clock-in "Clock in to the current task.")
;; (define-key thwap-map (kbd "o c i") 'org-clock-in)
;; (add-to-list 'thwap-help-lines "C-c t o c i : Clock in to the current task.")
(thwap/add-key-binding "o c o" 'org-clock-out "Clock out of the current task.") (thwap/add-key-binding "o c o" 'org-clock-out "Clock out of the current task.")
;; (define-key thwap-map (kbd "o c o") 'org-clock-out)
;; (add-to-list 'thwap-help-lines "C-c t o c o : Clock out of the current task.")
(thwap/add-key-binding "o c r" 'org-clock-report "Generate a clock report.") (thwap/add-key-binding "o c r" 'org-clock-report "Generate a clock report.")
;; (define-key thwap-map (kbd "o c r") 'org-clock-report)
;; (add-to-list 'thwap-help-lines "C-c t o c r : Generate a clock report.")
(thwap/add-key-binding "o r" 'org-refile "Refile the current task.") (thwap/add-key-binding "o r" 'org-refile "Refile the current task.")
;; (define-key thwap-map (kbd "o r") 'org-refile)
;; (add-to-list 'thwap-help-lines "C-c t o r : Refile the current task.")
(thwap/add-key-binding "o e" 'org-export-dispatch "Export the current buffer.")) (thwap/add-key-binding "o e" 'org-export-dispatch "Export the current buffer."))
;; (define-key thwap-map (kbd "o e") 'org-export-dispatch)
;; (add-to-list 'thwap-help-lines "C-c t o e : Export the current buffer."))
;; org-bullets ;; org-bullets
(when (and thwap-org-enable-org thwap-org-enable-org-bullets) (when (and thwap-org-enable-org thwap-org-enable-org-bullets)