mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
Compare commits
3 commits
0d2f10dcab
...
a4a61976dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4a61976dc | ||
|
|
deaf794ccf | ||
|
|
5965c4b12a |
5 changed files with 9 additions and 6 deletions
1
bin/doom
1
bin/doom
|
|
@ -4,6 +4,7 @@
|
|||
:; [ "x$EMACS" = xemacs ] && { type emacs >/dev/null 2>&1 || err=1; }
|
||||
:; [ "x$err" = x ] || { echo "Error: failed to run Emacs with command '$EMACS'"; echo; echo "Are you sure Emacs is installed and in your \$PATH?"; exit 1; } >&2
|
||||
:; emacs="$EMACS ${DEBUG:+--debug-init} -q --no-site-file --batch"
|
||||
:; export EMACS_PLUS_NO_PATH_INJECTION=1
|
||||
:; export __DOOMPID="${__DOOMPID:-$$}"
|
||||
:; export __DOOMSTEP="${__DOOMSTEP:-0}"
|
||||
:; export __DOOMGEOM="${__DOOMGEOM:-`tput cols 2>/dev/null`x`tput lines 2>/dev/null`}"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/idris/packages.el
|
||||
|
||||
(package! idris-mode :pin "da5c22f43622112de9e54d8ef9d3ee324d6973f9")
|
||||
(package! idris-mode :pin "85928dc4cc2c22010fa91661abd55e6bd3dbacee")
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
(package! auctex
|
||||
:recipe (:files ("*.el" "*.info" "dir"
|
||||
"doc" "etc" "images" "latex" "style"))
|
||||
:pin "a2809e4d7068aaa7fa9cbd51214606393d4ab9eb")
|
||||
:pin "a6f4741c2247a0bebc074b52c2bea57b50df47d7")
|
||||
(package! adaptive-wrap :pin "d75665b9c88e65f91dadd1e5880905bbdb7c09b7")
|
||||
(package! auctex-cont-latexmk :pin "88c5f04d841c212d2b8331153e9e5c2767cb7197")
|
||||
(when (modulep! :editor evil +everywhere)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/markdown/packages.el
|
||||
|
||||
(package! markdown-mode :pin "d51c469133d220823cc6ab50ff8e8743ed6e42fb")
|
||||
(package! markdown-toc :pin "e3429d3014655b7d2ff6d5ac12b27d4d94fdcee4")
|
||||
(package! markdown-mode :pin "92802fae9ebbc8c2e4c281c06dcdbd74b8bca80e")
|
||||
(package! markdown-toc :pin "d3324cb6bc1001b1c820f04cc0e45e99ee16a0c8")
|
||||
|
||||
;; Required by `markdown-mode', or it will install it via package.el if it isn't
|
||||
;; present when you call `markdown-edit-code-block'.
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
:pin "2f1ee8b94cdf53cebc31ae08ecfbba846193d5e1"))
|
||||
|
||||
(when (modulep! +grip)
|
||||
(package! grip-mode :pin "11fecd5b38c78597ff53a39fb3a090e7c80350fa"))
|
||||
(package! grip-mode :pin "26bdadf604b34e5a6b9628f3476bf7f5e88d2c3d"))
|
||||
|
||||
(when (modulep! :editor evil +everywhere)
|
||||
(package! evil-markdown
|
||||
|
|
|
|||
|
|
@ -43,7 +43,9 @@ pre-Emacs 31."
|
|||
;; COMPAT: 31.1 introduced a COMMIT recipe argument. On
|
||||
;; <=30.x, extra arguments will trigger an arity error
|
||||
;; when installing grammars.
|
||||
(if (eq (cdr (func-arity 'treesit--install-language-grammar-1))
|
||||
(if (eq (cdr (func-arity
|
||||
(advice--cd*r
|
||||
(advice--symbol-function 'treesit--install-language-grammar-1))))
|
||||
'many)
|
||||
(list commit))))))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue