config/doom: add some packages
This commit is contained in:
parent
d81fd43212
commit
26c6823f63
|
@ -204,7 +204,7 @@ Version 2019-11-04 2021-02-16"
|
||||||
'("<%d.%m.%Y>" . "<%d.%m.%Y>"))
|
'("<%d.%m.%Y>" . "<%d.%m.%Y>"))
|
||||||
(org-display-custom-times 't))
|
(org-display-custom-times 't))
|
||||||
(org-export-dispatch))
|
(org-export-dispatch))
|
||||||
)
|
)
|
||||||
|
|
||||||
;; https://emacs.stackexchange.com/questions/38529/make-multiple-lines-todos-at-once-in-org-mode
|
;; https://emacs.stackexchange.com/questions/38529/make-multiple-lines-todos-at-once-in-org-mode
|
||||||
(defun org-change-todo-in-region ()
|
(defun org-change-todo-in-region ()
|
||||||
|
@ -352,7 +352,7 @@ Version 2019-11-04 2021-02-16"
|
||||||
;; Make dired open certain file types externally when pressing RET on a file https://pastebin.com/8QWYpCA2
|
;; Make dired open certain file types externally when pressing RET on a file https://pastebin.com/8QWYpCA2
|
||||||
;; Alternative: https://www.emacswiki.org/emacs/OpenWith
|
;; Alternative: https://www.emacswiki.org/emacs/OpenWith
|
||||||
(defvar unsupported-mime-types
|
(defvar unsupported-mime-types
|
||||||
'("image/x-xcf"))
|
'("image/x-xcf" "application/zip"))
|
||||||
|
|
||||||
(load "subr-x")
|
(load "subr-x")
|
||||||
|
|
||||||
|
@ -360,6 +360,8 @@ Version 2019-11-04 2021-02-16"
|
||||||
(string-trim
|
(string-trim
|
||||||
(shell-command-to-string (concat "file -b --mime-type " filepath))))
|
(shell-command-to-string (concat "file -b --mime-type " filepath))))
|
||||||
|
|
||||||
|
;;(let ((mime "image/x-xcf")) (msg mime))
|
||||||
|
|
||||||
(defun dired-find-file-dwim ()
|
(defun dired-find-file-dwim ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(let* ((file (dired-get-filename nil t))
|
(let* ((file (dired-get-filename nil t))
|
||||||
|
|
|
@ -139,13 +139,13 @@
|
||||||
;;latex ; writing papers in Emacs has never been so fun
|
;;latex ; writing papers in Emacs has never been so fun
|
||||||
;;lean
|
;;lean
|
||||||
;;factor
|
;;factor
|
||||||
;;ledger ; an accounting system in Emacs
|
ledger ; an accounting system in Emacs
|
||||||
;;lua ; one-based indices? one-based indices
|
lua ; one-based indices? one-based indices
|
||||||
markdown ; writing docs for people to ignore
|
markdown ; writing docs for people to ignore
|
||||||
;;nim ; python + lisp at the speed of c
|
;;nim ; python + lisp at the speed of c
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
(org +noter +dragndrop +present +roam +journal); organize your plain life in plain text
|
(org +noter +dragndrop +present +roam +journal) ; organize your plain life in plain text
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
|
|
Loading…
Reference in New Issue