(Emacs/config|app)~disabled a few unused packages

This commit is contained in:
2024-04-16 22:10:39 +06:30
parent 61ab6e7b7d
commit c3518cb39c
2 changed files with 20 additions and 7 deletions

View File

@@ -1790,7 +1790,10 @@ it as an option in ~org-babel-load-languages~.
'org-babel-load-languages
'((C . t))))
#+end_src
** D
** WIP D
:PROPERTIES:
:header-args:emacs-lisp: :tangle no
:END:
D is a systems level programming language with C-style syntax. I
think it has some interesting ideas such as a toggleable garbage
collector. Here I just install the D-mode package, enable ~org-babel~