config/doom: add some packages
This commit is contained in:
parent
d81fd43212
commit
26c6823f63
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue