File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -2636,10 +2636,6 @@ Functin Source: https://xenodium.com/emacs-dwim-do-what-i-mean/"
2636
2636
(call-interactively 'org-insert-link )))))
2637
2637
; ; C-c C-l Org-mode ⇐ HTML:3 ends here
2638
2638
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
-
2643
2639
; ; [[file:init.org::*get the pkg][get the pkg:1]]
2644
2640
(use-package repl-driven-development)
2645
2641
(setq repl-driven-development-echo-duration 10 )
Original file line number Diff line number Diff line change @@ -9468,11 +9468,6 @@ Functin Source: https://xenodium.com/emacs-dwim-do-what-i-mean/"
9468
9468
(call-interactively 'org-insert-link)))))
9469
9469
#+end_src
9470
9470
9471
- * TODO loading work.el
9472
- #+begin_src emacs-lisp
9473
- (load-file "~/Desktop/work.el")
9474
- #+end_src
9475
-
9476
9471
* TODO RDD
9477
9472
9478
9473
** get the pkg
You can’t perform that action at this time.
0 commit comments