Guix and emacs config cleanup

This commit is contained in:
James Grogan 2025-04-29 18:03:13 +01:00
parent 189ede1949
commit 8dc066a796
6 changed files with 21 additions and 14 deletions

View file

@ -14,7 +14,7 @@
(advice-add 'risky-local-variable-p :override #'ignore)
;; Increase buffers and whatnot for lsp-mode
;; Increase various buffers for lsp-mode
(setq read-process-output-max (* 1024 1024)) ;; 1mb
(setq gc-cons-threshold 100000000)
@ -44,7 +44,6 @@
(setq which-key-idle-delay 0.3))
(use-package markdown-mode
:ensure t
:mode ("README\\.md\\'" . gfm-mode)
:init
(setq markdown-asymmetric-header nil)