mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Getting emacs to lag less in wayland
This commit is contained in:
parent
ff55d91f0f
commit
260ff5fb64
5 changed files with 25 additions and 2 deletions
|
@ -112,6 +112,9 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
|||
(bind-key* "C-l" #'evil-window-right)
|
||||
(bind-key* "C-q" #'evil-window-delete)
|
||||
(bind-key* "M-q" #'kill-current-buffer)
|
||||
(bind-key* "M-w" #'+workspace/close-window-or-workspace)
|
||||
(bind-key* "M-n" #'next-buffer)
|
||||
(bind-key* "M-p" #'previous-buffer)
|
||||
(bind-key* "M-z" #'+vterm/toggle)
|
||||
(bind-key* (kbd "M-<return>") #'+vterm/here)
|
||||
|
||||
|
@ -1474,8 +1477,10 @@ let
|
|||
dashboardLogo = ./. + "/nix-" + themePolarity + ".png";
|
||||
in
|
||||
{
|
||||
services.emacs.enable = true;
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
emacsPackage = pkgs.emacs28-gtk2;
|
||||
doomPrivateDir = ./.;
|
||||
# This block from https://github.com/znewman01/dotfiles/blob/be9f3a24c517a4ff345f213bf1cf7633713c9278/emacs/default.nix#L12-L34
|
||||
# Only init/packages so we only rebuild when those change.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue