config/doom: add some packages

This commit is contained in:
xeruf 2021-07-29 12:03:31 +02:00
parent d81fd43212
commit 26c6823f63
2 changed files with 8 additions and 6 deletions

View File

@ -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
;; Alternative: https://www.emacswiki.org/emacs/OpenWith
(defvar unsupported-mime-types
'("image/x-xcf"))
'("image/x-xcf" "application/zip"))
(load "subr-x")
@ -360,6 +360,8 @@ Version 2019-11-04 2021-02-16"
(string-trim
(shell-command-to-string (concat "file -b --mime-type " filepath))))
;;(let ((mime "image/x-xcf")) (msg mime))
(defun dired-find-file-dwim ()
(interactive)
(let* ((file (dired-get-filename nil t))

View File

@ -139,11 +139,11 @@
;;latex ; writing papers in Emacs has never been so fun
;;lean
;;factor
;;ledger ; an accounting system in Emacs
;;lua ; one-based indices? one-based indices
ledger ; an accounting system in Emacs
lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;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
(org +noter +dragndrop +present +roam +journal) ; organize your plain life in plain text
;;php ; perl's insecure younger brother