Skip to content

Commit a15dc89

Browse files
author
Musa Al-hassy
committed
Delete: Unused code
1 parent c23bab3 commit a15dc89

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

init.el

-4
Original file line numberDiff line numberDiff line change
@@ -2636,10 +2636,6 @@ Functin Source: https://xenodium.com/emacs-dwim-do-what-i-mean/"
26362636
(call-interactively 'org-insert-link)))))
26372637
;; C-c C-l Org-mode ⇐ HTML:3 ends here
26382638

2639-
;; [[file:init.org::*loading work.el][loading work.el:1]]
2640-
(load-file "~/Desktop/work.el")
2641-
;; loading work.el:1 ends here
2642-
26432639
;; [[file:init.org::*get the pkg][get the pkg:1]]
26442640
(use-package repl-driven-development)
26452641
(setq repl-driven-development-echo-duration 10)

init.org

-5
Original file line numberDiff line numberDiff line change
@@ -9468,11 +9468,6 @@ Functin Source: https://xenodium.com/emacs-dwim-do-what-i-mean/"
94689468
(call-interactively 'org-insert-link)))))
94699469
#+end_src
94709470

9471-
* TODO loading work.el
9472-
#+begin_src emacs-lisp
9473-
(load-file "~/Desktop/work.el")
9474-
#+end_src
9475-
94769471
* TODO RDD
94779472

94789473
** get the pkg

0 commit comments

Comments
 (0)