summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el index 3e023db..151bc69 100644 --- a/init.el +++ b/init.el
@@ -1334,7 +1334,7 @@ See also `crux-reopen-as-root-mode'."
1334 (marginalia-mode +1)) 1334 (marginalia-mode +1))
1335 1335
1336(setup (:straight markdown-mode) 1336(setup (:straight markdown-mode)
1337 (:option markdown-hide-markup t) 1337 (:option markdown-hide-markup nil)
1338 (add-to-list 'auto-mode-alist (cons (rx (or ".md" ".markdown" ".mdown") 1338 (add-to-list 'auto-mode-alist (cons (rx (or ".md" ".markdown" ".mdown")
1339 eos) 1339 eos)
1340 'markdown-mode)) 1340 'markdown-mode))
@@ -1360,7 +1360,8 @@ See also `crux-reopen-as-root-mode'."
1360 1360
1361(setup (:straight (mode-line-bell 1361(setup (:straight (mode-line-bell
1362 :host github :repo "purcell/mode-line-bell" 1362 :host github :repo "purcell/mode-line-bell"
1363 :fork (:host github :repo "duckwork/mode-line-bell"))) 1363 :fork (:host github :repo "duckwork/mode-line-bell"
1364 :branch "remap-face")))
1364 (:option mode-line-bell-flash-time 0.1) 1365 (:option mode-line-bell-flash-time 0.1)
1365 (mode-line-bell-mode +1)) 1366 (mode-line-bell-mode +1))
1366 1367