Merge branch 'main' of tildegit.org:acdw/emacs

This commit is contained in:
Case Duckworth 2022-01-21 09:30:31 -06:00
commit 44741fed54
2 changed files with 5 additions and 3 deletions

View File

@ -145,7 +145,8 @@ See `no-littering' for examples.")
(dolist (pkg '(el-patch
no-littering
setup))
setup
straight)) ; already installed, but what the hell
(straight-use-package pkg)
(require pkg)
(require (intern (format "+%s" pkg)) nil :noerror))

View File

@ -1334,7 +1334,7 @@ See also `crux-reopen-as-root-mode'."
(marginalia-mode +1))
(setup (:straight markdown-mode)
(:option markdown-hide-markup t)
(:option markdown-hide-markup nil)
(add-to-list 'auto-mode-alist (cons (rx (or ".md" ".markdown" ".mdown")
eos)
'markdown-mode))
@ -1360,7 +1360,8 @@ See also `crux-reopen-as-root-mode'."
(setup (:straight (mode-line-bell
:host github :repo "purcell/mode-line-bell"
:fork (:host github :repo "duckwork/mode-line-bell")))
:fork (:host github :repo "duckwork/mode-line-bell"
:branch "remap-face")))
(:option mode-line-bell-flash-time 0.1)
(mode-line-bell-mode +1))