Guix and emacs config cleanup
This commit is contained in:
parent
189ede1949
commit
8dc066a796
6 changed files with 21 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue