config/doom: update some packages
This commit is contained in:
parent
ae99fab61b
commit
a41884f8ef
|
@ -580,6 +580,10 @@ Version 2019-11-04 2021-02-16"
|
|||
"E" 'org-export-repeat
|
||||
)
|
||||
|
||||
(setq org-html-style "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://gongzhitaao.org/orgcss/org.css\"/>"
|
||||
org-html-head-include-default-style nil
|
||||
org-html-htmlize-output-type 'css)
|
||||
|
||||
(defun org-export-repeat ()
|
||||
(interactive)
|
||||
(let ((current-prefix-arg '(4))) (call-interactively 'org-export-dispatch))
|
||||
|
@ -921,9 +925,10 @@ Version 2019-11-04 2021-02-16"
|
|||
|
||||
(use-package! magit
|
||||
:defer t
|
||||
:init
|
||||
:config
|
||||
(setq magit-clone-set-remote.pushDefault 't
|
||||
magit-clone-default-directory (expand-file-name "1-projects" user-data-dir))
|
||||
magit-clone-default-directory (expand-file-name "1-projects" user-data-dir)
|
||||
magit-blame--style (car magit-blame-styles))
|
||||
(setq magit-clone-name-alist
|
||||
'(("\\`\\(?:github:\\|gh:\\)?\\([^:]+\\)\\'" "github.com" "user.name")
|
||||
("\\`\\(?:gitlab:\\|gl:\\)\\([^:]+\\)\\'" "gitlab.com" "user.name")
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
;;raku ; the artist formerly known as perl6
|
||||
;;rest ; Emacs as a REST client
|
||||
rst ; ReST in peace
|
||||
(ruby +rails +lsp) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
(ruby +rails +lsp +tree-sitter +rbenv) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;;scala ; java, but good
|
||||
;;scheme ; a fully conniving family of lisps
|
||||
|
|
|
@ -51,6 +51,8 @@
|
|||
:recipe (:host github :repo "Jason-S-Ross/ox-context" :branch "develop"))
|
||||
(package! ox-bb
|
||||
:recipe (:host github :repo "mmitch/ox-bb"))
|
||||
(package! org-journal
|
||||
:recipe (:host github :repo "xeruf/org-journal"))
|
||||
|
||||
(package! websocket)
|
||||
(package! org-roam-ui
|
||||
|
|
Loading…
Reference in New Issue