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