This commit is contained in:
Michael Thomson 2025-04-18 16:04:33 -04:00
parent 2094558e7b
commit bd27293742
Signed by: mthomson
GPG Key ID: B6CA05EE5F436C79
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,7 @@
enable = true;
extraPackages = epkgs: [
epkgs.mu4e
epkgs.pdf-tools
];
};
services.emacs.enable = true;

View File

@ -38,7 +38,7 @@
:after evil
:config
;; Setting where to use evil-collection
(setq evil-collection-mode-list '(dired ibuffer magit corfu vertico consult))
;; (setq evil-collection-mode-list '(dired ibuffer magit corfu vertico consult))
(evil-collection-init))
(use-package general
@ -555,6 +555,9 @@
(which-key-max-description-length 25)
(which-key-allow-imprecise-window-fit nil)) ;; Fixes which-key window slipping out in Emacs Daemon
;; PDF tools
(use-package pdf-tools)
;; Make gc pauses faster by decreasing the threshold.
(setq gc-cons-threshold (* 2 1000 1000))
;; Increase the amount of data which Emacs reads from the process