update
This commit is contained in:
parent
2094558e7b
commit
bd27293742
@ -19,6 +19,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = epkgs: [
|
extraPackages = epkgs: [
|
||||||
epkgs.mu4e
|
epkgs.mu4e
|
||||||
|
epkgs.pdf-tools
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
:after evil
|
:after evil
|
||||||
:config
|
:config
|
||||||
;; Setting where to use evil-collection
|
;; 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))
|
(evil-collection-init))
|
||||||
|
|
||||||
(use-package general
|
(use-package general
|
||||||
@ -555,6 +555,9 @@
|
|||||||
(which-key-max-description-length 25)
|
(which-key-max-description-length 25)
|
||||||
(which-key-allow-imprecise-window-fit nil)) ;; Fixes which-key window slipping out in Emacs Daemon
|
(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.
|
;; Make gc pauses faster by decreasing the threshold.
|
||||||
(setq gc-cons-threshold (* 2 1000 1000))
|
(setq gc-cons-threshold (* 2 1000 1000))
|
||||||
;; Increase the amount of data which Emacs reads from the process
|
;; Increase the amount of data which Emacs reads from the process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user