Adding Journal and docker modules in doom
This commit is contained in:
parent
5dd00665fb
commit
27a7507a45
|
@ -13,6 +13,10 @@
|
|||
(eval-after-load "org" '(require 'ox-md nil t)) ;; allow md export
|
||||
(setq deft-directory "~/org/")
|
||||
|
||||
;; org-journal-file-format
|
||||
(customize-set-variable 'org-journal-date-format "%A, %d %B %Y")
|
||||
|
||||
|
||||
;; Have projectile automatically check code.
|
||||
(setq projectile-project-search-path '("~/code/"))
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
;;ansible
|
||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
||||
;;direnv
|
||||
;;docker
|
||||
(docker +lsp)
|
||||
editorconfig ; let someone else argue about tabs vs spaces
|
||||
;;ein ; tame Jupyter notebooks with emacs
|
||||
(eval +overlay) ; run code, run (also, repls)
|
||||
|
@ -144,6 +144,7 @@
|
|||
;;nix ; I hereby declare "nix geht mehr!"
|
||||
;;ocaml ; an objective camel
|
||||
(org ; organize your plain life in plain text
|
||||
+journal
|
||||
+dragndrop ; drag & drop files/images into org buffers
|
||||
;;+hugo ; use Emacs for hugo blogging
|
||||
;;+jupyter ; ipython/jupyter support for babel
|
||||
|
|
Loading…
Reference in New Issue
Block a user